Html Css Color HEX #0FC9DB Dark Turquoise

📋 copy color: '#0FC9DB'

red 15 ◦ green 201 ◦ blue 219

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

Shades of Dark Turquoise #0FC9DB

Tints of Dark Turquoise #0FC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 3.45%
G = 46.21%
B = 50.34%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FC9DB (or 0x0FC9DB) is known color: Dark Turquoise. HEX triplet: 0F, C9 and DB. RGB value is (15,201,219). Sum of RGB (Red+Green+Blue) = 15+201+219=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FC9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC9DB is #F03624. Grayscale: #939393. Windows color (decimal): -15742501 or 14403855. OLE color: 14403855.

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

Color convert

RGB 15 201 219 -
CMYK 0.93 0.08 0 0.14
HSL 185.29º 0.87% 0.46% -
HSV(B) 185.29º 0.93% 0.86% -
XYZ 33.87 46.99 74.3 -
YUV 147.44 168.38 33.54 -
System Red Green Blue C M Y K H S L
Decimal 15 201 219 0.93 0.08 0 0.14 185.29 0.87 0.46
Hex F C9 DB 5D 8 0 E B9 57 2E
Octal 17 311 333 135 10 0 16 271 127 56
Binary 1111 11001001 11011011 1011101 1000 0 1110 10111001 1010111 101110

Color Harmonies of #0FC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC9DB

Black with #0FC9DB

Text Example


Text Example

White with #0FC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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