Html Css Color HEX #21EEC1 Turquoise

📋 copy color: '#21EEC1'

red 33 ◦ green 238 ◦ blue 193

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

Shades of Turquoise #21EEC1

Tints of Turquoise #21EEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.29%

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 7.11%
G = 51.29%
B = 41.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#21EEC1 (or 0x21EEC1) is known color: Turquoise. HEX triplet: 21, EE and C1. RGB value is (33,238,193). Sum of RGB (Red+Green+Blue) = 33+238+193=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEC1 is #DE113E. Grayscale: #ABABAB. Windows color (decimal): -14553407 or 12709409. OLE color: 12709409.

HSL color Cylindrical-coordinate representation of color #21EEC1: hue angle of 166.83º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EEC1 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 238 193 -
CMYK 0.86 0 0.19 0.07
HSL 166.83º 0.86% 0.53% -
HSV(B) 166.83º 0.86% 0.93% -
XYZ 40.83 65.32 60.91 -
YUV 171.58 140.08 29.16 -
System Red Green Blue C M Y K H S L
Decimal 33 238 193 0.86 0 0.19 0.07 166.83 0.86 0.53
Hex 21 EE C1 56 0 13 7 A7 56 35
Octal 41 356 301 126 0 23 7 247 126 65
Binary 100001 11101110 11000001 1010110 0 10011 111 10100111 1010110 110101

Color Harmonies of #21EEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EEC1

Black with #21EEC1

Text Example


Text Example

White with #21EEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,238,193); }

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

background-color css

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

 a { background-color: rgb(33,238,193); }

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

border-color css

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

 span { border-color: rgb(33,238,193); }

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