Html Css Color HEX #03F5ED Bright Turquoise

📋 copy color: '#03F5ED'

red 3 ◦ green 245 ◦ blue 237

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

Shades of Bright Turquoise #03F5ED

Tints of Bright Turquoise #03F5ED

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.52%

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 0.62%
G = 50.52%
B = 48.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#03F5ED (or 0x03F5ED) is known color: Bright Turquoise. HEX triplet: 03, F5 and ED. RGB value is (3,245,237). Sum of RGB (Red+Green+Blue) = 3+245+237=485 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #03F5ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F5ED is #FC0A12. Grayscale: #ABABAB. Windows color (decimal): -16517651 or 15594755. OLE color: 15594755.

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

Color convert

RGB 3 245 237 -
CMYK 0.99 0 0.03 0.04
HSL 178.02º 0.98% 0.49% -
HSV(B) 178.02º 0.99% 0.96% -
XYZ 47.98 71.44 91.38 -
YUV 171.73 164.83 7.65 -
System Red Green Blue C M Y K H S L
Decimal 3 245 237 0.99 0 0.03 0.04 178.02 0.98 0.49
Hex 3 F5 ED 63 0 3 4 B2 62 31
Octal 3 365 355 143 0 3 4 262 142 61
Binary 11 11110101 11101101 1100011 0 11 100 10110010 1100010 110001

Color Harmonies of #03F5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F5ED

Black with #03F5ED

Text Example


Text Example

White with #03F5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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