Html Css Color HEX #0FD6CF Dark Turquoise

📋 copy color: '#0FD6CF'

red 15 ◦ green 214 ◦ blue 207

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

Shades of Dark Turquoise #0FD6CF

Tints of Dark Turquoise #0FD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

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

R = 3.44%
G = 49.08%
B = 47.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#0FD6CF (or 0x0FD6CF) is known color: Dark Turquoise. HEX triplet: 0F, D6 and CF. RGB value is (15,214,207). Sum of RGB (Red+Green+Blue) = 15+214+207=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD6CF is #F02930. Grayscale: #999999. Windows color (decimal): -15739185 or 13620751. OLE color: 13620751.

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

Color convert

RGB 15 214 207 -
CMYK 0.93 0 0.03 0.16
HSL 177.89º 0.87% 0.45% -
HSV(B) 177.89º 0.93% 0.84% -
XYZ 35.51 52.7 67.33 -
YUV 153.7 158.07 29.07 -
System Red Green Blue C M Y K H S L
Decimal 15 214 207 0.93 0 0.03 0.16 177.89 0.87 0.45
Hex F D6 CF 5D 0 3 10 B2 57 2D
Octal 17 326 317 135 0 3 20 262 127 55
Binary 1111 11010110 11001111 1011101 0 11 10000 10110010 1010111 101101

Color Harmonies of #0FD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD6CF

Black with #0FD6CF

Text Example


Text Example

White with #0FD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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