Html Css Color HEX #0FD1D5 Dark Turquoise

📋 copy color: '#0FD1D5'

red 15 ◦ green 209 ◦ blue 213

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

Shades of Dark Turquoise #0FD1D5

Tints of Dark Turquoise #0FD1D5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.83%

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 3.43%
G = 47.83%
B = 48.74%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0FD1D5 (or 0x0FD1D5) is known color: Dark Turquoise. HEX triplet: 0F, D1 and D5. RGB value is (15,209,213). Sum of RGB (Red+Green+Blue) = 15+209+213=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #0FD1D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD1D5 is #F02E2A. Grayscale: #979797. Windows color (decimal): -15740459 or 14012687. OLE color: 14012687.

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

Color convert

RGB 15 209 213 -
CMYK 0.93 0.02 0 0.16
HSL 181.21º 0.87% 0.45% -
HSV(B) 181.21º 0.93% 0.84% -
XYZ 35.01 50.51 70.85 -
YUV 151.45 162.73 30.67 -
System Red Green Blue C M Y K H S L
Decimal 15 209 213 0.93 0.02 0 0.16 181.21 0.87 0.45
Hex F D1 D5 5D 2 0 10 B5 57 2D
Octal 17 321 325 135 2 0 20 265 127 55
Binary 1111 11010001 11010101 1011101 10 0 10000 10110101 1010111 101101

Color Harmonies of #0FD1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD1D5

Black with #0FD1D5

Text Example


Text Example

White with #0FD1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,209,213); }

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

background-color css

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

 a { background-color: rgb(15,209,213); }

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

border-color css

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

 span { border-color: rgb(15,209,213); }

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