Html Css Color HEX #00EED4 Bright Turquoise

📋 copy color: '#00EED4'

red 0 ◦ green 238 ◦ blue 212

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

Shades of Bright Turquoise #00EED4

Tints of Bright Turquoise #00EED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 0%
G = 52.89%
B = 47.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#00EED4 (or 0x00EED4) is known color: Bright Turquoise. HEX triplet: 00, EE and D4. RGB value is (0,238,212). Sum of RGB (Red+Green+Blue) = 0+238+212=450 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #00EED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EED4 is #FF112B. Grayscale: #A3A3A3. Windows color (decimal): -16716076 or 13954560. OLE color: 13954560.

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

Color convert

RGB 0 238 212 -
CMYK 1 0 0.11 0.07
HSL 173.45º 1% 0.47% -
HSV(B) 173.45º 1% 0.93% -
XYZ 42.46 65.9 72.77 -
YUV 163.87 155.15 11.11 -
System Red Green Blue C M Y K H S L
Decimal 0 238 212 1 0 0.11 0.07 173.45 1 0.47
Hex 0 EE D4 64 0 B 7 AD 64 2F
Octal 0 356 324 144 0 13 7 255 144 57
Binary 0 11101110 11010100 1100100 0 1011 111 10101101 1100100 101111

Color Harmonies of #00EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EED4

Black with #00EED4

Text Example


Text Example

White with #00EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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