Html Css Color HEX #03FED9 Bright Turquoise

📋 copy color: '#03FED9'

red 3 ◦ green 254 ◦ blue 217

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

Shades of Bright Turquoise #03FED9

Tints of Bright Turquoise #03FED9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.59%

 BLUE value IS 217 (85.16% from 255) = 45.78%

R = 0.63%
G = 53.59%
B = 45.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#03FED9 (or 0x03FED9) is known color: Bright Turquoise. HEX triplet: 03, FE and D9. RGB value is (3,254,217). Sum of RGB (Red+Green+Blue) = 3+254+217=474 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #03FED9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FED9 is #FC0126. Grayscale: #AEAEAE. Windows color (decimal): -16515367 or 14286339. OLE color: 14286339.

HSL color Cylindrical-coordinate representation of color #03FED9: hue angle of 171.16º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FED9 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 254 217 -
CMYK 0.99 0 0.15 0.00
HSL 171.16º 0.99% 0.5% -
HSV(B) 171.16º 0.99% 1% -
XYZ 48 75.91 77.77 -
YUV 174.73 151.84 5.51 -
System Red Green Blue C M Y K H S L
Decimal 3 254 217 0.99 0 0.15 0.00 171.16 0.99 0.5
Hex 3 FE D9 63 0 F 0 AB 63 32
Octal 3 376 331 143 0 17 0 253 143 62
Binary 11 11111110 11011001 1100011 0 1111 0 10101011 1100011 110010

Color Harmonies of #03FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FED9

Black with #03FED9

Text Example


Text Example

White with #03FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,254,217); }

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

background-color css

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

 a { background-color: rgb(3,254,217); }

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

border-color css

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

 span { border-color: rgb(3,254,217); }

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