Html Css Color HEX #03E5EA Bright Turquoise

📋 copy color: '#03E5EA'

red 3 ◦ green 229 ◦ blue 234

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

Shades of Bright Turquoise #03E5EA

Tints of Bright Turquoise #03E5EA

RGB

 RED value IS 3 (1.56% from 255) = 0.64%

 GREEN value IS 229 (89.84% from 255) = 49.14%

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

R = 0.64%
G = 49.14%
B = 50.21%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03E5EA (or 0x03E5EA) is known color: Bright Turquoise. HEX triplet: 03, E5 and EA. RGB value is (3,229,234). Sum of RGB (Red+Green+Blue) = 3+229+234=466 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #03E5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E5EA is #FC1A15. Grayscale: #A1A1A1. Windows color (decimal): -16521750 or 15394051. OLE color: 15394051.

HSL color Cylindrical-coordinate representation of color #03E5EA: hue angle of 181.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E5EA is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 229 234 -
CMYK 0.99 0.02 0 0.08
HSL 181.3º 0.97% 0.46% -
HSV(B) 181.3º 0.99% 0.92% -
XYZ 42.91 62 87.55 -
YUV 162 168.63 14.59 -
System Red Green Blue C M Y K H S L
Decimal 3 229 234 0.99 0.02 0 0.08 181.3 0.97 0.46
Hex 3 E5 EA 63 2 0 8 B5 61 2E
Octal 3 345 352 143 2 0 10 265 141 56
Binary 11 11100101 11101010 1100011 10 0 1000 10110101 1100001 101110

Color Harmonies of #03E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E5EA

Black with #03E5EA

Text Example


Text Example

White with #03E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03E5EA; }

 p { color: rgb(3,229,234); }

 H1.HeaderClassName
 {
   color: #03E5EA;
 }
 .AnyTagClassName
 {
   color: #03E5EA;
 }
</style>

background-color css

<style>
 a { background-color: #03E5EA; }

 a { background-color: rgb(3,229,234); }

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

border-color css

<style>
 span { border-color: #03E5EA; }

 span { border-color: rgb(3,229,234); }

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