Html Css Color HEX #21FABF Turquoise

📋 copy color: '#21FABF'

red 33 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #21FABF

Tints of Turquoise #21FABF

RGB

 RED value IS 33 (13.28% from 255) = 6.96%

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 6.96%
G = 52.74%
B = 40.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#21FABF (or 0x21FABF) is known color: Turquoise. HEX triplet: 21, FA and BF. RGB value is (33,250,191). Sum of RGB (Red+Green+Blue) = 33+250+191=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #21FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FABF is #DE0540. Grayscale: #B2B2B2. Windows color (decimal): -14550337 or 12581409. OLE color: 12581409.

HSL color Cylindrical-coordinate representation of color #21FABF: hue angle of 163.69º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FABF is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 250 191 -
CMYK 0.87 0 0.24 0.02
HSL 163.69º 0.96% 0.55% -
HSV(B) 163.69º 0.87% 0.98% -
XYZ 44.22 72.46 60.95 -
YUV 178.39 135.11 24.3 -
System Red Green Blue C M Y K H S L
Decimal 33 250 191 0.87 0 0.24 0.02 163.69 0.96 0.55
Hex 21 FA BF 57 0 18 2 A4 60 37
Octal 41 372 277 127 0 30 2 244 140 67
Binary 100001 11111010 10111111 1010111 0 11000 10 10100100 1100000 110111

Color Harmonies of #21FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FABF

Black with #21FABF

Text Example


Text Example

White with #21FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,250,191); }

 H1.HeaderClassName
 {
   color: #21FABF;
 }
 .AnyTagClassName
 {
   color: #21FABF;
 }
</style>

background-color css

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

 a { background-color: rgb(33,250,191); }

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

border-color css

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

 span { border-color: rgb(33,250,191); }

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