Html Css Color HEX #0FC2DC Dark Turquoise

📋 copy color: '#0FC2DC'

red 15 ◦ green 194 ◦ blue 220

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

Shades of Dark Turquoise #0FC2DC

Tints of Dark Turquoise #0FC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.22%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 3.5%
G = 45.22%
B = 51.28%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FC2DC (or 0x0FC2DC) is known color: Dark Turquoise. HEX triplet: 0F, C2 and DC. RGB value is (15,194,220). Sum of RGB (Red+Green+Blue) = 15+194+220=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FC2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2DC is #F03D23. Grayscale: #8F8F8F. Windows color (decimal): -15744292 or 14467599. OLE color: 14467599.

HSL color Cylindrical-coordinate representation of color #0FC2DC: hue angle of 187.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC2DC is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 194 220 -
CMYK 0.93 0.12 0 0.14
HSL 187.61º 0.87% 0.46% -
HSV(B) 187.61º 0.93% 0.86% -
XYZ 32.41 43.85 74.47 -
YUV 143.44 171.2 36.39 -
System Red Green Blue C M Y K H S L
Decimal 15 194 220 0.93 0.12 0 0.14 187.61 0.87 0.46
Hex F C2 DC 5D C 0 E BC 57 2E
Octal 17 302 334 135 14 0 16 274 127 56
Binary 1111 11000010 11011100 1011101 1100 0 1110 10111100 1010111 101110

Color Harmonies of #0FC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC2DC

Black with #0FC2DC

Text Example


Text Example

White with #0FC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,220); }

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

background-color css

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

 a { background-color: rgb(15,194,220); }

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

border-color css

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

 span { border-color: rgb(15,194,220); }

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