Html Css Color HEX #21F9C3 Turquoise

📋 copy color: '#21F9C3'

red 33 ◦ green 249 ◦ blue 195

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

Shades of Turquoise #21F9C3

Tints of Turquoise #21F9C3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.2%

 BLUE value IS 195 (76.56% from 255) = 40.88%

R = 6.92%
G = 52.2%
B = 40.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#21F9C3 (or 0x21F9C3) is known color: Turquoise. HEX triplet: 21, F9 and C3. RGB value is (33,249,195). Sum of RGB (Red+Green+Blue) = 33+249+195=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #21F9C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F9C3 is #DE063C. Grayscale: #B2B2B2. Windows color (decimal): -14550589 or 12843297. OLE color: 12843297.

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

Color convert

RGB 33 249 195 -
CMYK 0.87 0 0.22 0.02
HSL 165º 0.95% 0.55% -
HSV(B) 165º 0.87% 0.98% -
XYZ 44.35 72.01 63.19 -
YUV 178.26 137.44 24.39 -
System Red Green Blue C M Y K H S L
Decimal 33 249 195 0.87 0 0.22 0.02 165 0.95 0.55
Hex 21 F9 C3 57 0 16 2 A5 5F 37
Octal 41 371 303 127 0 26 2 245 137 67
Binary 100001 11111001 11000011 1010111 0 10110 10 10100101 1011111 110111

Color Harmonies of #21F9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F9C3

Black with #21F9C3

Text Example


Text Example

White with #21F9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,249,195); }

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

background-color css

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

 a { background-color: rgb(33,249,195); }

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

border-color css

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

 span { border-color: rgb(33,249,195); }

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