#21ffca

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

Shades of Bright Turquoise #21FFCA

Tints of Bright Turquoise #21FFCA

Color information

#21FFCA (or 0x21FFCA) is unknown color: approx Bright Turquoise. HEX triplet: 21, FF and CA. RGB value is (33,255,202). Sum of RGB (Red+Green+Blue) = 33+255+202=490 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.73% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FFCA is #DE0035. Grayscale: #B6B6B6. Windows color (decimal): -14549046 or 13303585. OLE color: 13303585.

HSL color Cylindrical-coordinate representation of color #21FFCA: hue angle of 165.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFCA is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB33255202-
CMYK0.8700.210
HSL165.68º100%56.47%-
HSV(B)165.68º87.06%100%-
XYZ47.0576.1168.09-
YUV182.58138.9521.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.73%
GREEN value IS 255 (100% from 255) = 52.04%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=6.73%
G=52.04%
B=41.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal332552020.8700.210165.6810056.47
Hex21FFCA570150a66438
Octal41377312127025024614470
Binary100001111111111100101010101110101010101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ffca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21ffca; }

 p { color: rgb(33,255,202); }

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

<style>
 a { background-color: #21ffca; }

 a { background-color: rgb(33,255,202); }

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

<style>
 span { border-color: #21ffca; }

 span { border-color: rgb(33,255,202); }

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