Html Css Color HEX #0FD5CF Dark Turquoise

📋 copy color: '#0FD5CF'

red 15 ◦ green 213 ◦ blue 207

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

Shades of Dark Turquoise #0FD5CF

Tints of Dark Turquoise #0FD5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 3.45%
G = 48.97%
B = 47.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#0FD5CF (or 0x0FD5CF) is known color: Dark Turquoise. HEX triplet: 0F, D5 and CF. RGB value is (15,213,207). Sum of RGB (Red+Green+Blue) = 15+213+207=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD5CF is #F02A30. Grayscale: #989898. Windows color (decimal): -15739441 or 13620495. OLE color: 13620495.

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

Color convert

RGB 15 213 207 -
CMYK 0.93 0 0.03 0.16
HSL 178.18º 0.87% 0.45% -
HSV(B) 178.18º 0.93% 0.84% -
XYZ 35.25 52.2 67.25 -
YUV 153.11 158.4 29.49 -
System Red Green Blue C M Y K H S L
Decimal 15 213 207 0.93 0 0.03 0.16 178.18 0.87 0.45
Hex F D5 CF 5D 0 3 10 B2 57 2D
Octal 17 325 317 135 0 3 20 262 127 55
Binary 1111 11010101 11001111 1011101 0 11 10000 10110010 1010111 101101

Color Harmonies of #0FD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD5CF

Black with #0FD5CF

Text Example


Text Example

White with #0FD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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