Html Css Color HEX #03EBE5 Bright Turquoise

📋 copy color: '#03EBE5'

red 3 ◦ green 235 ◦ blue 229

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

Shades of Bright Turquoise #03EBE5

Tints of Bright Turquoise #03EBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.32%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 0.64%
G = 50.32%
B = 49.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#03EBE5 (or 0x03EBE5) is known color: Bright Turquoise. HEX triplet: 03, EB and E5. RGB value is (3,235,229). Sum of RGB (Red+Green+Blue) = 3+235+229=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #03EBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EBE5 is #FC141A. Grayscale: #A4A4A4. Windows color (decimal): -16520219 or 15067907. OLE color: 15067907.

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

Color convert

RGB 3 235 229 -
CMYK 0.99 0 0.03 0.08
HSL 178.45º 0.97% 0.47% -
HSV(B) 178.45º 0.99% 0.92% -
XYZ 43.89 65.09 84.38 -
YUV 164.95 164.14 12.49 -
System Red Green Blue C M Y K H S L
Decimal 3 235 229 0.99 0 0.03 0.08 178.45 0.97 0.47
Hex 3 EB E5 63 0 3 8 B2 61 2F
Octal 3 353 345 143 0 3 10 262 141 57
Binary 11 11101011 11100101 1100011 0 11 1000 10110010 1100001 101111

Color Harmonies of #03EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EBE5

Black with #03EBE5

Text Example


Text Example

White with #03EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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