Html Css Color HEX #03EDE5 Bright Turquoise

📋 copy color: '#03EDE5'

red 3 ◦ green 237 ◦ blue 229

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

Shades of Bright Turquoise #03EDE5

Tints of Bright Turquoise #03EDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.53%

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

R = 0.64%
G = 50.53%
B = 48.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#03EDE5 (or 0x03EDE5) is known color: Bright Turquoise. HEX triplet: 03, ED and E5. RGB value is (3,237,229). Sum of RGB (Red+Green+Blue) = 3+237+229=469 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #03EDE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03EDE5 is #FC121A. Grayscale: #A5A5A5. Windows color (decimal): -16519707 or 15068419. OLE color: 15068419.

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

Color convert

RGB 3 237 229 -
CMYK 0.99 0 0.03 0.07
HSL 177.95º 0.98% 0.47% -
HSV(B) 177.95º 0.99% 0.93% -
XYZ 44.46 66.24 84.57 -
YUV 166.12 163.48 11.65 -
System Red Green Blue C M Y K H S L
Decimal 3 237 229 0.99 0 0.03 0.07 177.95 0.98 0.47
Hex 3 ED E5 63 0 3 7 B2 62 2F
Octal 3 355 345 143 0 3 7 262 142 57
Binary 11 11101101 11100101 1100011 0 11 111 10110010 1100010 101111

Color Harmonies of #03EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EDE5

Black with #03EDE5

Text Example


Text Example

White with #03EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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