Html Css Color HEX #21EFE1 Bright Turquoise

📋 copy color: '#21EFE1'

red 33 ◦ green 239 ◦ blue 225

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

Shades of Bright Turquoise #21EFE1

Tints of Bright Turquoise #21EFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.09%

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 6.64%
G = 48.09%
B = 45.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#21EFE1 (or 0x21EFE1) is known color: Bright Turquoise. HEX triplet: 21, EF and E1. RGB value is (33,239,225). Sum of RGB (Red+Green+Blue) = 33+239+225=497 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.64% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFE1 is #DE101E. Grayscale: #AFAFAF. Windows color (decimal): -14553119 or 14806817. OLE color: 14806817.

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

Color convert

RGB 33 239 225 -
CMYK 0.86 0 0.06 0.06
HSL 175.92º 0.87% 0.53% -
HSV(B) 175.92º 0.86% 0.94% -
XYZ 45.08 67.49 81.89 -
YUV 175.81 155.75 26.14 -
System Red Green Blue C M Y K H S L
Decimal 33 239 225 0.86 0 0.06 0.06 175.92 0.87 0.53
Hex 21 EF E1 56 0 6 6 B0 57 35
Octal 41 357 341 126 0 6 6 260 127 65
Binary 100001 11101111 11100001 1010110 0 110 110 10110000 1010111 110101

Color Harmonies of #21EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFE1

Black with #21EFE1

Text Example


Text Example

White with #21EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,239,225); }

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

background-color css

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

 a { background-color: rgb(33,239,225); }

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

border-color css

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

 span { border-color: rgb(33,239,225); }

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