Html Css Color HEX #21FADB Bright Turquoise

📋 copy color: '#21FADB'

red 33 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #21FADB

Tints of Bright Turquoise #21FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 6.57%
G = 49.8%
B = 43.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#21FADB (or 0x21FADB) is known color: Bright Turquoise. HEX triplet: 21, FA and DB. RGB value is (33,250,219). Sum of RGB (Red+Green+Blue) = 33+250+219=502 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.57% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #21FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FADB is #DE0524. Grayscale: #B5B5B5. Windows color (decimal): -14550309 or 14416417. OLE color: 14416417.

HSL color Cylindrical-coordinate representation of color #21FADB: hue angle of 171.43º 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 #21FADB is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 250 219 -
CMYK 0.87 0 0.12 0.02
HSL 171.43º 0.96% 0.55% -
HSV(B) 171.43º 0.87% 0.98% -
XYZ 47.6 73.81 78.76 -
YUV 181.58 149.11 22.02 -
System Red Green Blue C M Y K H S L
Decimal 33 250 219 0.87 0 0.12 0.02 171.43 0.96 0.55
Hex 21 FA DB 57 0 C 2 AB 60 37
Octal 41 372 333 127 0 14 2 253 140 67
Binary 100001 11111010 11011011 1010111 0 1100 10 10101011 1100000 110111

Color Harmonies of #21FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FADB

Black with #21FADB

Text Example


Text Example

White with #21FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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