Html Css Color HEX #03FFCC Bright Turquoise

📋 copy color: '#03FFCC'

red 3 ◦ green 255 ◦ blue 204

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

Shades of Bright Turquoise #03FFCC

Tints of Bright Turquoise #03FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 55.19%

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

R = 0.65%
G = 55.19%
B = 44.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#03FFCC (or 0x03FFCC) is known color: Bright Turquoise. HEX triplet: 03, FF and CC. RGB value is (3,255,204). Sum of RGB (Red+Green+Blue) = 3+255+204=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #03FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FFCC is #FC0033. Grayscale: #ADADAD. Windows color (decimal): -16515124 or 13434627. OLE color: 13434627.

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

Color convert

RGB 3 255 204 -
CMYK 0.99 0 0.2 0
HSL 167.86º 1% 0.51% -
HSV(B) 167.86º 0.99% 1% -
XYZ 46.7 75.9 69.32 -
YUV 173.84 145.01 6.15 -
System Red Green Blue C M Y K H S L
Decimal 3 255 204 0.99 0 0.2 0 167.86 1 0.51
Hex 3 FF CC 63 0 14 0 A8 64 33
Octal 3 377 314 143 0 24 0 250 144 63
Binary 11 11111111 11001100 1100011 0 10100 0 10101000 1100100 110011

Color Harmonies of #03FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FFCC

Black with #03FFCC

Text Example


Text Example

White with #03FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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