Html Css Color HEX #0FCEDE Dark Turquoise

📋 copy color: '#0FCEDE'

red 15 ◦ green 206 ◦ blue 222

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

Shades of Dark Turquoise #0FCEDE

Tints of Dark Turquoise #0FCEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 3.39%
G = 46.5%
B = 50.11%

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

#0FCEDE (or 0x0FCEDE) is known color: Dark Turquoise. HEX triplet: 0F, CE and DE. RGB value is (15,206,222). Sum of RGB (Red+Green+Blue) = 15+206+222=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FCEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEDE is #F03121. Grayscale: #969696. Windows color (decimal): -15741218 or 14601743. OLE color: 14601743.

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

Color convert

RGB 15 206 222 -
CMYK 0.93 0.07 0 0.13
HSL 184.64º 0.87% 0.46% -
HSV(B) 184.64º 0.93% 0.87% -
XYZ 35.45 49.52 76.8 -
YUV 150.72 168.22 31.2 -
System Red Green Blue C M Y K H S L
Decimal 15 206 222 0.93 0.07 0 0.13 184.64 0.87 0.46
Hex F CE DE 5D 7 0 D B9 57 2E
Octal 17 316 336 135 7 0 15 271 127 56
Binary 1111 11001110 11011110 1011101 111 0 1101 10111001 1010111 101110

Color Harmonies of #0FCEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEDE

Black with #0FCEDE

Text Example


Text Example

White with #0FCEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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