Html Css Color HEX #00EED0 Bright Turquoise

📋 copy color: '#00EED0'

red 0 ◦ green 238 ◦ blue 208

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

Shades of Bright Turquoise #00EED0

Tints of Bright Turquoise #00EED0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 238 (93.36% from 255) = 53.36%

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 0%
G = 53.36%
B = 46.64%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#00EED0 (or 0x00EED0) is known color: Bright Turquoise. HEX triplet: 00, EE and D0. RGB value is (0,238,208). Sum of RGB (Red+Green+Blue) = 0+238+208=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #00EED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EED0 is #FF112F. Grayscale: #A3A3A3. Windows color (decimal): -16716080 or 13692416. OLE color: 13692416.

HSL color Cylindrical-coordinate representation of color #00EED0: hue angle of 172.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EED0 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 238 208 -
CMYK 1 0 0.13 0.07
HSL 172.44º 1% 0.47% -
HSV(B) 172.44º 1% 0.93% -
XYZ 41.96 65.7 70.14 -
YUV 163.42 153.15 11.44 -
System Red Green Blue C M Y K H S L
Decimal 0 238 208 1 0 0.13 0.07 172.44 1 0.47
Hex 0 EE D0 64 0 D 7 AC 64 2F
Octal 0 356 320 144 0 15 7 254 144 57
Binary 0 11101110 11010000 1100100 0 1101 111 10101100 1100100 101111

Color Harmonies of #00EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EED0

Black with #00EED0

Text Example


Text Example

White with #00EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EED0; }

 p { color: rgb(0,238,208); }

 H1.HeaderClassName
 {
   color: #00EED0;
 }
 .AnyTagClassName
 {
   color: #00EED0;
 }
</style>

background-color css

<style>
 a { background-color: #00EED0; }

 a { background-color: rgb(0,238,208); }

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

border-color css

<style>
 span { border-color: #00EED0; }

 span { border-color: rgb(0,238,208); }

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