Html Css Color HEX #0FC9DE Dark Turquoise

📋 copy color: '#0FC9DE'

red 15 ◦ green 201 ◦ blue 222

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

Shades of Dark Turquoise #0FC9DE

Tints of Dark Turquoise #0FC9DE

RGB

 RED value IS 15 (6.25% from 255) = 3.42%

 GREEN value IS 201 (78.91% from 255) = 45.89%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 3.42%
G = 45.89%
B = 50.68%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FC9DE (or 0x0FC9DE) is known color: Dark Turquoise. HEX triplet: 0F, C9 and DE. RGB value is (15,201,222). Sum of RGB (Red+Green+Blue) = 15+201+222=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FC9DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC9DE is #F03621. Grayscale: #939393. Windows color (decimal): -15742498 or 14600463. OLE color: 14600463.

HSL color Cylindrical-coordinate representation of color #0FC9DE: hue angle of 186.09º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC9DE is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 201 222 -
CMYK 0.93 0.09 0 0.13
HSL 186.09º 0.87% 0.46% -
HSV(B) 186.09º 0.93% 0.87% -
XYZ 34.27 47.15 76.4 -
YUV 147.78 169.88 33.29 -
System Red Green Blue C M Y K H S L
Decimal 15 201 222 0.93 0.09 0 0.13 186.09 0.87 0.46
Hex F C9 DE 5D 9 0 D BA 57 2E
Octal 17 311 336 135 11 0 15 272 127 56
Binary 1111 11001001 11011110 1011101 1001 0 1101 10111010 1010111 101110

Color Harmonies of #0FC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC9DE

Black with #0FC9DE

Text Example


Text Example

White with #0FC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,222); }

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

background-color css

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

 a { background-color: rgb(15,201,222); }

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

border-color css

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

 span { border-color: rgb(15,201,222); }

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