Html Css Color HEX #21FFEE Bright Turquoise

📋 copy color: '#21FFEE'

red 33 ◦ green 255 ◦ blue 238

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

Shades of Bright Turquoise #21FFEE

Tints of Bright Turquoise #21FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 48.48%

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 6.27%
G = 48.48%
B = 45.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#21FFEE (or 0x21FFEE) is known color: Bright Turquoise. HEX triplet: 21, FF and EE. RGB value is (33,255,238). Sum of RGB (Red+Green+Blue) = 33+255+238=526 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.27% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FFEE is #DE0011. Grayscale: #BABABA. Windows color (decimal): -14549010 or 15662881. OLE color: 15662881.

HSL color Cylindrical-coordinate representation of color #21FFEE: hue angle of 175.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFEE is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 33 255 238 -
CMYK 0.87 0 0.07 0
HSL 175.41º 1% 0.56% -
HSV(B) 175.41º 0.87% 1% -
XYZ 51.82 78.02 93.22 -
YUV 186.68 156.95 18.38 -
System Red Green Blue C M Y K H S L
Decimal 33 255 238 0.87 0 0.07 0 175.41 1 0.56
Hex 21 FF EE 57 0 7 0 AF 64 38
Octal 41 377 356 127 0 7 0 257 144 70
Binary 100001 11111111 11101110 1010111 0 111 0 10101111 1100100 111000

Color Harmonies of #21FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FFEE

Black with #21FFEE

Text Example


Text Example

White with #21FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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