Html Css Color HEX #0FC0DC Dark Turquoise

📋 copy color: '#0FC0DC'

red 15 ◦ green 192 ◦ blue 220

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

Shades of Dark Turquoise #0FC0DC

Tints of Dark Turquoise #0FC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 3.51%
G = 44.96%
B = 51.52%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FC0DC (or 0x0FC0DC) is known color: Dark Turquoise. HEX triplet: 0F, C0 and DC. RGB value is (15,192,220). Sum of RGB (Red+Green+Blue) = 15+192+220=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FC0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC0DC is #F03F23. Grayscale: #8D8D8D. Windows color (decimal): -15744804 or 14467087. OLE color: 14467087.

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

Color convert

RGB 15 192 220 -
CMYK 0.93 0.13 0 0.14
HSL 188.2º 0.87% 0.46% -
HSV(B) 188.2º 0.93% 0.86% -
XYZ 31.96 42.97 74.32 -
YUV 142.27 171.86 37.22 -
System Red Green Blue C M Y K H S L
Decimal 15 192 220 0.93 0.13 0 0.14 188.2 0.87 0.46
Hex F C0 DC 5D D 0 E BC 57 2E
Octal 17 300 334 135 15 0 16 274 127 56
Binary 1111 11000000 11011100 1011101 1101 0 1110 10111100 1010111 101110

Color Harmonies of #0FC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC0DC

Black with #0FC0DC

Text Example


Text Example

White with #0FC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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