Html Css Color HEX #0CCBE6 Dark Turquoise

📋 copy color: '#0CCBE6'

red 12 ◦ green 203 ◦ blue 230

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

Shades of Dark Turquoise #0CCBE6

Tints of Dark Turquoise #0CCBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 230 (90.23% from 255) = 51.69%

R = 2.7%
G = 45.62%
B = 51.69%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0CCBE6 (or 0x0CCBE6) is known color: Dark Turquoise. HEX triplet: 0C, CB and E6. RGB value is (12,203,230). Sum of RGB (Red+Green+Blue) = 12+203+230=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #0CCBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCBE6 is #F33419. Grayscale: #949494. Windows color (decimal): -15938586 or 15125260. OLE color: 15125260.

HSL color Cylindrical-coordinate representation of color #0CCBE6: hue angle of 187.43º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCBE6 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 12 203 230 -
CMYK 0.95 0.12 0 0.10
HSL 187.43º 0.9% 0.47% -
HSV(B) 187.43º 0.95% 0.9% -
XYZ 35.79 48.5 82.34 -
YUV 148.97 173.72 30.3 -
System Red Green Blue C M Y K H S L
Decimal 12 203 230 0.95 0.12 0 0.10 187.43 0.9 0.47
Hex C CB E6 5F C 0 A BB 5A 2F
Octal 14 313 346 137 14 0 12 273 132 57
Binary 1100 11001011 11100110 1011111 1100 0 1010 10111011 1011010 101111

Color Harmonies of #0CCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBE6

Black with #0CCBE6

Text Example


Text Example

White with #0CCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,230); }

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

background-color css

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

 a { background-color: rgb(12,203,230); }

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

border-color css

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

 span { border-color: rgb(12,203,230); }

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