Html Css Color HEX #0EEDED Bright Turquoise

📋 copy color: '#0EEDED'

red 14 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #0EEDED

Tints of Bright Turquoise #0EEDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.57%

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 2.87%
G = 48.57%
B = 48.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0EEDED (or 0x0EEDED) is known color: Bright Turquoise. HEX triplet: 0E, ED and ED. RGB value is (14,237,237). Sum of RGB (Red+Green+Blue) = 14+237+237=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #0EEDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEDED is #F11212. Grayscale: #AAAAAA. Windows color (decimal): -15798803 or 15592718. OLE color: 15592718.

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

Color convert

RGB 14 237 237 -
CMYK 0.94 0 0 0.07
HSL 180º 0.89% 0.49% -
HSV(B) 180º 0.94% 0.93% -
XYZ 45.75 66.78 90.6 -
YUV 170.32 165.62 16.5 -
System Red Green Blue C M Y K H S L
Decimal 14 237 237 0.94 0 0 0.07 180 0.89 0.49
Hex E ED ED 5E 0 0 7 B4 59 31
Octal 16 355 355 136 0 0 7 264 131 61
Binary 1110 11101101 11101101 1011110 0 0 111 10110100 1011001 110001

Color Harmonies of #0EEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEDED

Black with #0EEDED

Text Example


Text Example

White with #0EEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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