Html Css Color HEX #0FCEDD Dark Turquoise

📋 copy color: '#0FCEDD'

red 15 ◦ green 206 ◦ blue 221

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

Shades of Dark Turquoise #0FCEDD

Tints of Dark Turquoise #0FCEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 3.39%
G = 46.61%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FCEDD (or 0x0FCEDD) is known color: Dark Turquoise. HEX triplet: 0F, CE and DD. RGB value is (15,206,221). Sum of RGB (Red+Green+Blue) = 15+206+221=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FCEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEDD is #F03122. Grayscale: #969696. Windows color (decimal): -15741219 or 14536207. OLE color: 14536207.

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

Color convert

RGB 15 206 221 -
CMYK 0.93 0.07 0 0.13
HSL 184.37º 0.87% 0.46% -
HSV(B) 184.37º 0.93% 0.87% -
XYZ 35.32 49.46 76.09 -
YUV 150.6 167.72 31.28 -
System Red Green Blue C M Y K H S L
Decimal 15 206 221 0.93 0.07 0 0.13 184.37 0.87 0.46
Hex F CE DD 5D 7 0 D B8 57 2E
Octal 17 316 335 135 7 0 15 270 127 56
Binary 1111 11001110 11011101 1011101 111 0 1101 10111000 1010111 101110

Color Harmonies of #0FCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEDD

Black with #0FCEDD

Text Example


Text Example

White with #0FCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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