Html Css Color HEX #0FD7CC Dark Turquoise

📋 copy color: '#0FD7CC'

red 15 ◦ green 215 ◦ blue 204

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

Shades of Dark Turquoise #0FD7CC

Tints of Dark Turquoise #0FD7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 3.46%
G = 49.54%
B = 47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0FD7CC (or 0x0FD7CC) is known color: Dark Turquoise. HEX triplet: 0F, D7 and CC. RGB value is (15,215,204). Sum of RGB (Red+Green+Blue) = 15+215+204=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD7CC is #F02833. Grayscale: #999999. Windows color (decimal): -15738932 or 13424399. OLE color: 13424399.

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

Color convert

RGB 15 215 204 -
CMYK 0.93 0 0.05 0.16
HSL 176.7º 0.87% 0.45% -
HSV(B) 176.7º 0.93% 0.84% -
XYZ 35.4 53.06 65.5 -
YUV 153.95 156.24 28.89 -
System Red Green Blue C M Y K H S L
Decimal 15 215 204 0.93 0 0.05 0.16 176.7 0.87 0.45
Hex F D7 CC 5D 0 5 10 B1 57 2D
Octal 17 327 314 135 0 5 20 261 127 55
Binary 1111 11010111 11001100 1011101 0 101 10000 10110001 1010111 101101

Color Harmonies of #0FD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD7CC

Black with #0FD7CC

Text Example


Text Example

White with #0FD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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