Html Css Color HEX #0FD9D3 Dark Turquoise

📋 copy color: '#0FD9D3'

red 15 ◦ green 217 ◦ blue 211

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

Shades of Dark Turquoise #0FD9D3

Tints of Dark Turquoise #0FD9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

 BLUE value IS 211 (82.81% from 255) = 47.63%

R = 3.39%
G = 48.98%
B = 47.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#0FD9D3 (or 0x0FD9D3) is known color: Dark Turquoise. HEX triplet: 0F, D9 and D3. RGB value is (15,217,211). Sum of RGB (Red+Green+Blue) = 15+217+211=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #0FD9D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD9D3 is #F0262C. Grayscale: #9B9B9B. Windows color (decimal): -15738413 or 13883663. OLE color: 13883663.

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

Color convert

RGB 15 217 211 -
CMYK 0.93 0 0.03 0.15
HSL 178.22º 0.87% 0.45% -
HSV(B) 178.22º 0.93% 0.85% -
XYZ 36.77 54.43 70.2 -
YUV 155.92 159.08 27.49 -
System Red Green Blue C M Y K H S L
Decimal 15 217 211 0.93 0 0.03 0.15 178.22 0.87 0.45
Hex F D9 D3 5D 0 3 F B2 57 2D
Octal 17 331 323 135 0 3 17 262 127 55
Binary 1111 11011001 11010011 1011101 0 11 1111 10110010 1010111 101101

Color Harmonies of #0FD9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD9D3

Black with #0FD9D3

Text Example


Text Example

White with #0FD9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,217,211); }

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

background-color css

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

 a { background-color: rgb(15,217,211); }

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

border-color css

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

 span { border-color: rgb(15,217,211); }

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