Html Css Color HEX #0EDFD6 Bright Turquoise

📋 copy color: '#0EDFD6'

red 14 ◦ green 223 ◦ blue 214

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

Shades of Bright Turquoise #0EDFD6

Tints of Bright Turquoise #0EDFD6

RGB

 RED value IS 14 (5.86% from 255) = 3.1%

 GREEN value IS 223 (87.5% from 255) = 49.45%

 BLUE value IS 214 (83.98% from 255) = 47.45%

R = 3.1%
G = 49.45%
B = 47.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#0EDFD6 (or 0x0EDFD6) is known color: Bright Turquoise. HEX triplet: 0E, DF and D6. RGB value is (14,223,214). Sum of RGB (Red+Green+Blue) = 14+223+214=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFD6 is #F12029. Grayscale: #9F9F9F. Windows color (decimal): -15802410 or 14081806. OLE color: 14081806.

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

Color convert

RGB 14 223 214 -
CMYK 0.94 0 0.04 0.13
HSL 177.42º 0.88% 0.46% -
HSV(B) 177.42º 0.94% 0.87% -
XYZ 38.71 57.72 72.72 -
YUV 159.48 158.76 24.23 -
System Red Green Blue C M Y K H S L
Decimal 14 223 214 0.94 0 0.04 0.13 177.42 0.88 0.46
Hex E DF D6 5E 0 4 D B1 58 2E
Octal 16 337 326 136 0 4 15 261 130 56
Binary 1110 11011111 11010110 1011110 0 100 1101 10110001 1011000 101110

Color Harmonies of #0EDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFD6

Black with #0EDFD6

Text Example


Text Example

White with #0EDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,214); }

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

background-color css

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

 a { background-color: rgb(14,223,214); }

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

border-color css

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

 span { border-color: rgb(14,223,214); }

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