Html Css Color HEX #0FCFD6 Dark Turquoise

📋 copy color: '#0FCFD6'

red 15 ◦ green 207 ◦ blue 214

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

Shades of Dark Turquoise #0FCFD6

Tints of Dark Turquoise #0FCFD6

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0FCFD6: hue angle of 182.11º 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 #0FCFD6 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 207 214 -
CMYK 0.93 0.03 0 0.16
HSL 182.11º 0.87% 0.45% -
HSV(B) 182.11º 0.93% 0.84% -
XYZ 34.65 49.58 71.36 -
YUV 150.39 163.89 31.43 -
System Red Green Blue C M Y K H S L
Decimal 15 207 214 0.93 0.03 0 0.16 182.11 0.87 0.45
Hex F CF D6 5D 3 0 10 B6 57 2D
Octal 17 317 326 135 3 0 20 266 127 55
Binary 1111 11001111 11010110 1011101 11 0 10000 10110110 1010111 101101

Color Harmonies of #0FCFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFD6

Black with #0FCFD6

Text Example


Text Example

White with #0FCFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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