Html Css Color HEX #21F0C7 Turquoise

📋 copy color: '#21F0C7'

red 33 ◦ green 240 ◦ blue 199

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

Shades of Turquoise #21F0C7

Tints of Turquoise #21F0C7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.85%

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 6.99%
G = 50.85%
B = 42.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#21F0C7 (or 0x21F0C7) is known color: Turquoise. HEX triplet: 21, F0 and C7. RGB value is (33,240,199). Sum of RGB (Red+Green+Blue) = 33+240+199=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #21F0C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F0C7 is #DE0F38. Grayscale: #ADADAD. Windows color (decimal): -14552889 or 13103137. OLE color: 13103137.

HSL color Cylindrical-coordinate representation of color #21F0C7: hue angle of 168.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F0C7 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 240 199 -
CMYK 0.86 0 0.17 0.06
HSL 168.12º 0.87% 0.54% -
HSV(B) 168.12º 0.86% 0.94% -
XYZ 42.1 66.77 64.7 -
YUV 173.43 142.42 27.83 -
System Red Green Blue C M Y K H S L
Decimal 33 240 199 0.86 0 0.17 0.06 168.12 0.87 0.54
Hex 21 F0 C7 56 0 11 6 A8 57 36
Octal 41 360 307 126 0 21 6 250 127 66
Binary 100001 11110000 11000111 1010110 0 10001 110 10101000 1010111 110110

Color Harmonies of #21F0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F0C7

Black with #21F0C7

Text Example


Text Example

White with #21F0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,240,199); }

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

background-color css

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

 a { background-color: rgb(33,240,199); }

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

border-color css

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

 span { border-color: rgb(33,240,199); }

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