Html Css Color HEX #21EEBB Turquoise

📋 copy color: '#21EEBB'

red 33 ◦ green 238 ◦ blue 187

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

Shades of Turquoise #21EEBB

Tints of Turquoise #21EEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 7.21%
G = 51.97%
B = 40.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#21EEBB (or 0x21EEBB) is known color: Turquoise. HEX triplet: 21, EE and BB. RGB value is (33,238,187). Sum of RGB (Red+Green+Blue) = 33+238+187=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEBB is #DE1144. Grayscale: #AAAAAA. Windows color (decimal): -14553413 or 12316193. OLE color: 12316193.

HSL color Cylindrical-coordinate representation of color #21EEBB: hue angle of 165.07º 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 #21EEBB is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 238 187 -
CMYK 0.86 0 0.21 0.07
HSL 165.07º 0.86% 0.53% -
HSV(B) 165.07º 0.86% 0.93% -
XYZ 40.17 65.06 57.45 -
YUV 170.89 137.08 29.65 -
System Red Green Blue C M Y K H S L
Decimal 33 238 187 0.86 0 0.21 0.07 165.07 0.86 0.53
Hex 21 EE BB 56 0 15 7 A5 56 35
Octal 41 356 273 126 0 25 7 245 126 65
Binary 100001 11101110 10111011 1010110 0 10101 111 10100101 1010110 110101

Color Harmonies of #21EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EEBB

Black with #21EEBB

Text Example


Text Example

White with #21EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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