Html Css Color HEX #03FACC Bright Turquoise

📋 copy color: '#03FACC'

red 3 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #03FACC

Tints of Bright Turquoise #03FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.7%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 0.66%
G = 54.7%
B = 44.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#03FACC (or 0x03FACC) is known color: Bright Turquoise. HEX triplet: 03, FA and CC. RGB value is (3,250,204). Sum of RGB (Red+Green+Blue) = 3+250+204=457 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #03FACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FACC is #FC0533. Grayscale: #AAAAAA. Windows color (decimal): -16516404 or 13433347. OLE color: 13433347.

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

Color convert

RGB 3 250 204 -
CMYK 0.99 0 0.18 0.02
HSL 168.83º 0.98% 0.5% -
HSV(B) 168.83º 0.99% 0.98% -
XYZ 45.12 72.75 68.79 -
YUV 170.9 146.67 8.24 -
System Red Green Blue C M Y K H S L
Decimal 3 250 204 0.99 0 0.18 0.02 168.83 0.98 0.5
Hex 3 FA CC 63 0 12 2 A9 62 32
Octal 3 372 314 143 0 22 2 251 142 62
Binary 11 11111010 11001100 1100011 0 10010 10 10101001 1100010 110010

Color Harmonies of #03FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FACC

Black with #03FACC

Text Example


Text Example

White with #03FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,250,204); }

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

background-color css

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

 a { background-color: rgb(3,250,204); }

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

border-color css

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

 span { border-color: rgb(3,250,204); }

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