Html Css Color HEX #0FD7CE Dark Turquoise

📋 copy color: '#0FD7CE'

red 15 ◦ green 215 ◦ blue 206

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

Shades of Dark Turquoise #0FD7CE

Tints of Dark Turquoise #0FD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

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

R = 3.44%
G = 49.31%
B = 47.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#0FD7CE (or 0x0FD7CE) is known color: Dark Turquoise. HEX triplet: 0F, D7 and CE. RGB value is (15,215,206). Sum of RGB (Red+Green+Blue) = 15+215+206=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD7CE is #F02831. Grayscale: #9A9A9A. Windows color (decimal): -15738930 or 13555471. OLE color: 13555471.

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

Color convert

RGB 15 215 206 -
CMYK 0.93 0 0.04 0.16
HSL 177.3º 0.87% 0.45% -
HSV(B) 177.3º 0.93% 0.84% -
XYZ 35.64 53.16 66.77 -
YUV 154.17 157.24 28.73 -
System Red Green Blue C M Y K H S L
Decimal 15 215 206 0.93 0 0.04 0.16 177.3 0.87 0.45
Hex F D7 CE 5D 0 4 10 B1 57 2D
Octal 17 327 316 135 0 4 20 261 127 55
Binary 1111 11010111 11001110 1011101 0 100 10000 10110001 1010111 101101

Color Harmonies of #0FD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD7CE

Black with #0FD7CE

Text Example


Text Example

White with #0FD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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