Html Css Color HEX #0FCEDF Dark Turquoise

📋 copy color: '#0FCEDF'

red 15 ◦ green 206 ◦ blue 223

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

Shades of Dark Turquoise #0FCEDF

Tints of Dark Turquoise #0FCEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 3.38%
G = 46.4%
B = 50.23%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FCEDF (or 0x0FCEDF) is known color: Dark Turquoise. HEX triplet: 0F, CE and DF. RGB value is (15,206,223). Sum of RGB (Red+Green+Blue) = 15+206+223=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FCEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCEDF is #F03120. Grayscale: #969696. Windows color (decimal): -15741217 or 14667279. OLE color: 14667279.

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

Color convert

RGB 15 206 223 -
CMYK 0.93 0.08 0 0.13
HSL 184.9º 0.87% 0.47% -
HSV(B) 184.9º 0.93% 0.87% -
XYZ 35.59 49.57 77.5 -
YUV 150.83 168.72 31.12 -
System Red Green Blue C M Y K H S L
Decimal 15 206 223 0.93 0.08 0 0.13 184.9 0.87 0.47
Hex F CE DF 5D 8 0 D B9 57 2F
Octal 17 316 337 135 10 0 15 271 127 57
Binary 1111 11001110 11011111 1011101 1000 0 1101 10111001 1010111 101111

Color Harmonies of #0FCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCEDF

Black with #0FCEDF

Text Example


Text Example

White with #0FCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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