Html Css Color HEX #0CDBEA Bright Turquoise

📋 copy color: '#0CDBEA'

red 12 ◦ green 219 ◦ blue 234

#0CDBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0CDBEA

Tints of Bright Turquoise #0CDBEA

RGB

 RED value IS 12 (5.08% from 255) = 2.58%

 GREEN value IS 219 (85.94% from 255) = 47.1%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 2.58%
G = 47.1%
B = 50.32%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0CDBEA (or 0x0CDBEA) is known color: Bright Turquoise. HEX triplet: 0C, DB and EA. RGB value is (12,219,234). Sum of RGB (Red+Green+Blue) = 12+219+234=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CDBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDBEA is #F32415. Grayscale: #9E9E9E. Windows color (decimal): -15934486 or 15391500. OLE color: 15391500.

HSL color Cylindrical-coordinate representation of color #0CDBEA: hue angle of 184.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDBEA is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 219 234 -
CMYK 0.95 0.06 0 0.08
HSL 184.05º 0.9% 0.48% -
HSV(B) 184.05º 0.95% 0.92% -
XYZ 40.33 56.68 86.66 -
YUV 158.82 170.42 23.28 -
System Red Green Blue C M Y K H S L
Decimal 12 219 234 0.95 0.06 0 0.08 184.05 0.9 0.48
Hex C DB EA 5F 6 0 8 B8 5A 30
Octal 14 333 352 137 6 0 10 270 132 60
Binary 1100 11011011 11101010 1011111 110 0 1000 10111000 1011010 110000

Color Harmonies of #0CDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBEA

Black with #0CDBEA

Text Example


Text Example

White with #0CDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CDBEA; }

 p { color: rgb(12,219,234); }

 H1.HeaderClassName
 {
   color: #0CDBEA;
 }
 .AnyTagClassName
 {
   color: #0CDBEA;
 }
</style>

background-color css

<style>
 a { background-color: #0CDBEA; }

 a { background-color: rgb(12,219,234); }

 div.DivClassName
 {
   background-color: #0CDBEA;
 }
 .BgClassName
 {
   background-color: #0CDBEA;
 }
</style>

border-color css

<style>
 span { border-color: #0CDBEA; }

 span { border-color: rgb(12,219,234); }

 td.TdClassName
 {
   border-color: #0CDBEA;
 }
 .TagClassName
 {
   border-color: #0CDBEA;
 }
</style>