Html Css Color HEX #03F8C5 Bright Turquoise

📋 copy color: '#03F8C5'

red 3 ◦ green 248 ◦ blue 197

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

Shades of Bright Turquoise #03F8C5

Tints of Bright Turquoise #03F8C5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.36%

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

R = 0.67%
G = 55.36%
B = 43.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#03F8C5 (or 0x03F8C5) is known color: Bright Turquoise. HEX triplet: 03, F8 and C5. RGB value is (3,248,197). Sum of RGB (Red+Green+Blue) = 3+248+197=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #03F8C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03F8C5 is #FC073A. Grayscale: #A8A8A8. Windows color (decimal): -16516923 or 12974083. OLE color: 12974083.

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

Color convert

RGB 3 248 197 -
CMYK 0.99 0 0.21 0.03
HSL 167.51º 0.98% 0.49% -
HSV(B) 167.51º 0.99% 0.97% -
XYZ 43.68 71.19 64.26 -
YUV 168.93 143.83 9.65 -
System Red Green Blue C M Y K H S L
Decimal 3 248 197 0.99 0 0.21 0.03 167.51 0.98 0.49
Hex 3 F8 C5 63 0 15 3 A8 62 31
Octal 3 370 305 143 0 25 3 250 142 61
Binary 11 11111000 11000101 1100011 0 10101 11 10101000 1100010 110001

Color Harmonies of #03F8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F8C5

Black with #03F8C5

Text Example


Text Example

White with #03F8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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