Html Css Color HEX #0EECDD Bright Turquoise

📋 copy color: '#0EECDD'

red 14 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #0EECDD

Tints of Bright Turquoise #0EECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.11%

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

R = 2.97%
G = 50.11%
B = 46.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0EECDD (or 0x0EECDD) is known color: Bright Turquoise. HEX triplet: 0E, EC and DD. RGB value is (14,236,221). Sum of RGB (Red+Green+Blue) = 14+236+221=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EECDD is #F11322. Grayscale: #A7A7A7. Windows color (decimal): -15799075 or 14543886. OLE color: 14543886.

HSL color Cylindrical-coordinate representation of color #0EECDD: hue angle of 175.95º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EECDD is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 236 221 -
CMYK 0.94 0 0.06 0.07
HSL 175.95º 0.89% 0.49% -
HSV(B) 175.95º 0.94% 0.93% -
XYZ 43.23 65.3 78.73 -
YUV 167.91 157.95 18.22 -
System Red Green Blue C M Y K H S L
Decimal 14 236 221 0.94 0 0.06 0.07 175.95 0.89 0.49
Hex E EC DD 5E 0 6 7 B0 59 31
Octal 16 354 335 136 0 6 7 260 131 61
Binary 1110 11101100 11011101 1011110 0 110 111 10110000 1011001 110001

Color Harmonies of #0EECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EECDD

Black with #0EECDD

Text Example


Text Example

White with #0EECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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