Html Css Color HEX #0EFDDD Bright Turquoise

📋 copy color: '#0EFDDD'

red 14 ◦ green 253 ◦ blue 221

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

Shades of Bright Turquoise #0EFDDD

Tints of Bright Turquoise #0EFDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.84%

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

R = 2.87%
G = 51.84%
B = 45.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#0EFDDD (or 0x0EFDDD) is known color: Bright Turquoise. HEX triplet: 0E, FD and DD. RGB value is (14,253,221). Sum of RGB (Red+Green+Blue) = 14+253+221=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDDD is #F10222. Grayscale: #B1B1B1. Windows color (decimal): -15794723 or 14548238. OLE color: 14548238.

HSL color Cylindrical-coordinate representation of color #0EFDDD: hue angle of 171.97º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFDDD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 221 -
CMYK 0.94 0 0.13 0.01
HSL 171.97º 0.98% 0.52% -
HSV(B) 171.97º 0.94% 0.99% -
XYZ 48.36 75.56 80.44 -
YUV 177.89 152.32 11.1 -
System Red Green Blue C M Y K H S L
Decimal 14 253 221 0.94 0 0.13 0.01 171.97 0.98 0.52
Hex E FD DD 5E 0 D 1 AC 62 34
Octal 16 375 335 136 0 15 1 254 142 64
Binary 1110 11111101 11011101 1011110 0 1101 1 10101100 1100010 110100

Color Harmonies of #0EFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFDDD

Black with #0EFDDD

Text Example


Text Example

White with #0EFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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