Html Css Color HEX #0FD9CF Dark Turquoise

📋 copy color: '#0FD9CF'

red 15 ◦ green 217 ◦ blue 207

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

Shades of Dark Turquoise #0FD9CF

Tints of Dark Turquoise #0FD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.43%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 3.42%
G = 49.43%
B = 47.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#0FD9CF (or 0x0FD9CF) is known color: Dark Turquoise. HEX triplet: 0F, D9 and CF. RGB value is (15,217,207). Sum of RGB (Red+Green+Blue) = 15+217+207=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD9CF is #F02630. Grayscale: #9B9B9B. Windows color (decimal): -15738417 or 13621519. OLE color: 13621519.

HSL color Cylindrical-coordinate representation of color #0FD9CF: hue angle of 177.03º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD9CF is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 217 207 -
CMYK 0.93 0 0.05 0.15
HSL 177.03º 0.87% 0.45% -
HSV(B) 177.03º 0.93% 0.85% -
XYZ 36.27 54.23 67.59 -
YUV 155.46 157.08 27.81 -
System Red Green Blue C M Y K H S L
Decimal 15 217 207 0.93 0 0.05 0.15 177.03 0.87 0.45
Hex F D9 CF 5D 0 5 F B1 57 2D
Octal 17 331 317 135 0 5 17 261 127 55
Binary 1111 11011001 11001111 1011101 0 101 1111 10110001 1010111 101101

Color Harmonies of #0FD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD9CF

Black with #0FD9CF

Text Example


Text Example

White with #0FD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,217,207); }

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

background-color css

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

 a { background-color: rgb(15,217,207); }

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

border-color css

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

 span { border-color: rgb(15,217,207); }

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