Html Css Color HEX #03F3C5 Bright Turquoise

📋 copy color: '#03F3C5'

red 3 ◦ green 243 ◦ blue 197

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

Shades of Bright Turquoise #03F3C5

Tints of Bright Turquoise #03F3C5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.85%

 BLUE value IS 197 (77.34% from 255) = 44.47%

R = 0.68%
G = 54.85%
B = 44.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#03F3C5 (or 0x03F3C5) is known color: Bright Turquoise. HEX triplet: 03, F3 and C5. RGB value is (3,243,197). Sum of RGB (Red+Green+Blue) = 3+243+197=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #03F3C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F3C5 is #FC0C3A. Grayscale: #A5A5A5. Windows color (decimal): -16518203 or 12972803. OLE color: 12972803.

HSL color Cylindrical-coordinate representation of color #03F3C5: hue angle of 168.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F3C5 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 243 197 -
CMYK 0.99 0 0.19 0.05
HSL 168.5º 0.98% 0.48% -
HSV(B) 168.5º 0.99% 0.95% -
XYZ 42.17 68.15 63.76 -
YUV 166 145.49 11.74 -
System Red Green Blue C M Y K H S L
Decimal 3 243 197 0.99 0 0.19 0.05 168.5 0.98 0.48
Hex 3 F3 C5 63 0 13 5 A8 62 30
Octal 3 363 305 143 0 23 5 250 142 60
Binary 11 11110011 11000101 1100011 0 10011 101 10101000 1100010 110000

Color Harmonies of #03F3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F3C5

Black with #03F3C5

Text Example


Text Example

White with #03F3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,243,197); }

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

background-color css

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

 a { background-color: rgb(3,243,197); }

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

border-color css

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

 span { border-color: rgb(3,243,197); }

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