Html Css Color HEX #0FD8CE Dark Turquoise

📋 copy color: '#0FD8CE'

red 15 ◦ green 216 ◦ blue 206

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

Shades of Dark Turquoise #0FD8CE

Tints of Dark Turquoise #0FD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.43%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 3.43%
G = 49.43%
B = 47.14%

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

#0FD8CE (or 0x0FD8CE) is known color: Dark Turquoise. HEX triplet: 0F, D8 and CE. RGB value is (15,216,206). Sum of RGB (Red+Green+Blue) = 15+216+206=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD8CE is #F02731. Grayscale: #9A9A9A. Windows color (decimal): -15738674 or 13555727. OLE color: 13555727.

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

Color convert

RGB 15 216 206 -
CMYK 0.93 0 0.05 0.15
HSL 177.01º 0.87% 0.45% -
HSV(B) 177.01º 0.93% 0.85% -
XYZ 35.89 53.67 66.86 -
YUV 154.76 156.91 28.31 -
System Red Green Blue C M Y K H S L
Decimal 15 216 206 0.93 0 0.05 0.15 177.01 0.87 0.45
Hex F D8 CE 5D 0 5 F B1 57 2D
Octal 17 330 316 135 0 5 17 261 127 55
Binary 1111 11011000 11001110 1011101 0 101 1111 10110001 1010111 101101

Color Harmonies of #0FD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD8CE

Black with #0FD8CE

Text Example


Text Example

White with #0FD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,216,206); }

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

background-color css

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

 a { background-color: rgb(15,216,206); }

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

border-color css

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

 span { border-color: rgb(15,216,206); }

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