Html Css Color HEX #0FCEDC Dark Turquoise

📋 copy color: '#0FCEDC'

red 15 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #0FCEDC

Tints of Dark Turquoise #0FCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

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

R = 3.4%
G = 46.71%
B = 49.89%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0FCEDC (or 0x0FCEDC) is known color: Dark Turquoise. HEX triplet: 0F, CE and DC. RGB value is (15,206,220). Sum of RGB (Red+Green+Blue) = 15+206+220=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FCEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEDC is #F03123. Grayscale: #969696. Windows color (decimal): -15741220 or 14470671. OLE color: 14470671.

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

Color convert

RGB 15 206 220 -
CMYK 0.93 0.06 0 0.14
HSL 184.1º 0.87% 0.46% -
HSV(B) 184.1º 0.93% 0.86% -
XYZ 35.19 49.41 75.39 -
YUV 150.49 167.22 31.36 -
System Red Green Blue C M Y K H S L
Decimal 15 206 220 0.93 0.06 0 0.14 184.1 0.87 0.46
Hex F CE DC 5D 6 0 E B8 57 2E
Octal 17 316 334 135 6 0 16 270 127 56
Binary 1111 11001110 11011100 1011101 110 0 1110 10111000 1010111 101110

Color Harmonies of #0FCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEDC

Black with #0FCEDC

Text Example


Text Example

White with #0FCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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