Html Css Color HEX #0EDFDD Bright Turquoise

📋 copy color: '#0EDFDD'

red 14 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #0EDFDD

Tints of Bright Turquoise #0EDFDD

RGB

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

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

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

R = 3.06%
G = 48.69%
B = 48.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#0EDFDD (or 0x0EDFDD) is known color: Bright Turquoise. HEX triplet: 0E, DF and DD. RGB value is (14,223,221). Sum of RGB (Red+Green+Blue) = 14+223+221=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFDD is #F12022. Grayscale: #A0A0A0. Windows color (decimal): -15802403 or 14540558. OLE color: 14540558.

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

Color convert

RGB 14 223 221 -
CMYK 0.94 0 0.01 0.13
HSL 179.43º 0.88% 0.46% -
HSV(B) 179.43º 0.94% 0.87% -
XYZ 39.62 58.09 77.53 -
YUV 160.28 162.26 23.66 -
System Red Green Blue C M Y K H S L
Decimal 14 223 221 0.94 0 0.01 0.13 179.43 0.88 0.46
Hex E DF DD 5E 0 1 D B3 58 2E
Octal 16 337 335 136 0 1 15 263 130 56
Binary 1110 11011111 11011101 1011110 0 1 1101 10110011 1011000 101110

Color Harmonies of #0EDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDFDD

Black with #0EDFDD

Text Example


Text Example

White with #0EDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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