#03FCCD

Color #03FCCD Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #03FCCD

Tints of Bright Turquoise #03FCCD

Color information

#03FCCD (or 0x03FCCD) is unknown color: approx Bright Turquoise. HEX triplet: 03, FC and CD. RGB value is (3,252,205). Sum of RGB (Red+Green+Blue) = 3+252+205=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #03FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03FCCD is #FC0332. Grayscale: #ACACAC. Windows color (decimal): -16515891 or 13499395. OLE color: 13499395.

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

Color convert

RGB3252205-
CMYK0.9900.190.01
HSL168.67º97.65%50%-
HSV(B)168.67º98.81%98.82%-
XYZ45.8774.0569.63-
YUV172.19146.517.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.65%
GREEN value IS 252 (98.83% from 255) = 54.78%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=0.65%
G=54.78%
B=44.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal32522050.9900.190.01168.6797.6550
Hex3FCCD630131a96232
Octal3374315143023125114262
Binary11111111001100110111000110100111101010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,252,205); }

 H1.HeaderClassName
 {
   color: #03FCCD;
 }
 .AnyTagClassName
 {
   color: #03FCCD;
 }
</style>
background-color css

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

 a { background-color: rgb(3,252,205); }

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

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

 span { border-color: rgb(3,252,205); }

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