Html Css Color HEX #21F9C0 Turquoise

📋 copy color: '#21F9C0'

red 33 ◦ green 249 ◦ blue 192

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

Shades of Turquoise #21F9C0

Tints of Turquoise #21F9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 6.96%
G = 52.53%
B = 40.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#21F9C0 (or 0x21F9C0) is known color: Turquoise. HEX triplet: 21, F9 and C0. RGB value is (33,249,192). Sum of RGB (Red+Green+Blue) = 33+249+192=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #21F9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F9C0 is #DE063F. Grayscale: #B1B1B1. Windows color (decimal): -14550592 or 12646689. OLE color: 12646689.

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

Color convert

RGB 33 249 192 -
CMYK 0.87 0 0.23 0.02
HSL 164.17º 0.95% 0.55% -
HSV(B) 164.17º 0.87% 0.98% -
XYZ 44.02 71.88 61.42 -
YUV 177.92 135.94 24.63 -
System Red Green Blue C M Y K H S L
Decimal 33 249 192 0.87 0 0.23 0.02 164.17 0.95 0.55
Hex 21 F9 C0 57 0 17 2 A4 5F 37
Octal 41 371 300 127 0 27 2 244 137 67
Binary 100001 11111001 11000000 1010111 0 10111 10 10100100 1011111 110111

Color Harmonies of #21F9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F9C0

Black with #21F9C0

Text Example


Text Example

White with #21F9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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