Html Css Color HEX #0CBEE0 Dark Turquoise

📋 copy color: '#0CBEE0'

red 12 ◦ green 190 ◦ blue 224

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

Shades of Dark Turquoise #0CBEE0

Tints of Dark Turquoise #0CBEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

 BLUE value IS 224 (87.89% from 255) = 52.58%

R = 2.82%
G = 44.6%
B = 52.58%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0CBEE0 (or 0x0CBEE0) is known color: Dark Turquoise. HEX triplet: 0C, BE and E0. RGB value is (12,190,224). Sum of RGB (Red+Green+Blue) = 12+190+224=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #0CBEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEE0 is #F3411F. Grayscale: #8C8C8C. Windows color (decimal): -15941920 or 14728716. OLE color: 14728716.

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

Color convert

RGB 12 190 224 -
CMYK 0.95 0.15 0 0.12
HSL 189.62º 0.9% 0.46% -
HSV(B) 189.62º 0.95% 0.88% -
XYZ 32.02 42.29 77 -
YUV 140.65 175.03 36.24 -
System Red Green Blue C M Y K H S L
Decimal 12 190 224 0.95 0.15 0 0.12 189.62 0.9 0.46
Hex C BE E0 5F F 0 C BE 5A 2E
Octal 14 276 340 137 17 0 14 276 132 56
Binary 1100 10111110 11100000 1011111 1111 0 1100 10111110 1011010 101110

Color Harmonies of #0CBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBEE0

Black with #0CBEE0

Text Example


Text Example

White with #0CBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,224); }

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

background-color css

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

 a { background-color: rgb(12,190,224); }

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

border-color css

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

 span { border-color: rgb(12,190,224); }

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