Html Css Color HEX #0FCEDB Dark Turquoise

📋 copy color: '#0FCEDB'

red 15 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #0FCEDB

Tints of Dark Turquoise #0FCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 3.41%
G = 46.82%
B = 49.77%

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

#0FCEDB (or 0x0FCEDB) is known color: Dark Turquoise. HEX triplet: 0F, CE and DB. RGB value is (15,206,219). Sum of RGB (Red+Green+Blue) = 15+206+219=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FCEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEDB is #F03124. Grayscale: #969696. Windows color (decimal): -15741221 or 14405135. OLE color: 14405135.

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

Color convert

RGB 15 206 219 -
CMYK 0.93 0.06 0 0.14
HSL 183.82º 0.87% 0.46% -
HSV(B) 183.82º 0.93% 0.86% -
XYZ 35.05 49.36 74.7 -
YUV 150.37 166.72 31.44 -
System Red Green Blue C M Y K H S L
Decimal 15 206 219 0.93 0.06 0 0.14 183.82 0.87 0.46
Hex F CE DB 5D 6 0 E B8 57 2E
Octal 17 316 333 135 6 0 16 270 127 56
Binary 1111 11001110 11011011 1011101 110 0 1110 10111000 1010111 101110

Color Harmonies of #0FCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEDB

Black with #0FCEDB

Text Example


Text Example

White with #0FCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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