Html Css Color HEX #21FADF Bright Turquoise

📋 copy color: '#21FADF'

red 33 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #21FADF

Tints of Bright Turquoise #21FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 6.52%
G = 49.41%
B = 44.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#21FADF (or 0x21FADF) is known color: Bright Turquoise. HEX triplet: 21, FA and DF. RGB value is (33,250,223). Sum of RGB (Red+Green+Blue) = 33+250+223=506 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.52% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #21FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FADF is #DE0520. Grayscale: #B5B5B5. Windows color (decimal): -14550305 or 14678561. OLE color: 14678561.

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

Color convert

RGB 33 250 223 -
CMYK 0.87 0 0.11 0.02
HSL 172.53º 0.96% 0.55% -
HSV(B) 172.53º 0.87% 0.98% -
XYZ 48.13 74.02 81.56 -
YUV 182.04 151.11 21.7 -
System Red Green Blue C M Y K H S L
Decimal 33 250 223 0.87 0 0.11 0.02 172.53 0.96 0.55
Hex 21 FA DF 57 0 B 2 AD 60 37
Octal 41 372 337 127 0 13 2 255 140 67
Binary 100001 11111010 11011111 1010111 0 1011 10 10101101 1100000 110111

Color Harmonies of #21FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FADF

Black with #21FADF

Text Example


Text Example

White with #21FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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