Html Css Color HEX #00E7EA Bright Turquoise

📋 copy color: '#00E7EA'

red 0 ◦ green 231 ◦ blue 234

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

Shades of Bright Turquoise #00E7EA

Tints of Bright Turquoise #00E7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.68%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 0%
G = 49.68%
B = 50.32%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00E7EA (or 0x00E7EA) is known color: Bright Turquoise. HEX triplet: 00, E7 and EA. RGB value is (0,231,234). Sum of RGB (Red+Green+Blue) = 0+231+234=465 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #00E7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E7EA is #FF1815. Grayscale: #A2A2A2. Windows color (decimal): -16717846 or 15394560. OLE color: 15394560.

HSL color Cylindrical-coordinate representation of color #00E7EA: hue angle of 180.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E7EA is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 231 234 -
CMYK 1 0.01 0 0.08
HSL 180.77º 1% 0.46% -
HSV(B) 180.77º 1% 0.92% -
XYZ 43.43 63.09 87.73 -
YUV 162.27 168.47 12.26 -
System Red Green Blue C M Y K H S L
Decimal 0 231 234 1 0.01 0 0.08 180.77 1 0.46
Hex 0 E7 EA 64 1 0 8 B5 64 2E
Octal 0 347 352 144 1 0 10 265 144 56
Binary 0 11100111 11101010 1100100 1 0 1000 10110101 1100100 101110

Color Harmonies of #00E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E7EA

Black with #00E7EA

Text Example


Text Example

White with #00E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,231,234); }

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

background-color css

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

 a { background-color: rgb(0,231,234); }

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

border-color css

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

 span { border-color: rgb(0,231,234); }

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