Html Css Color HEX #21D5EE Bright Turquoise

📋 copy color: '#21D5EE'

red 33 ◦ green 213 ◦ blue 238

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

Shades of Bright Turquoise #21D5EE

Tints of Bright Turquoise #21D5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 6.82%
G = 44.01%
B = 49.17%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#21D5EE (or 0x21D5EE) is known color: Bright Turquoise. HEX triplet: 21, D5 and EE. RGB value is (33,213,238). Sum of RGB (Red+Green+Blue) = 33+213+238=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #21D5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D5EE is #DE2A11. Grayscale: #A1A1A1. Windows color (decimal): -14559762 or 15652129. OLE color: 15652129.

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

Color convert

RGB 33 213 238 -
CMYK 0.86 0.11 0 0.07
HSL 187.32º 0.86% 0.53% -
HSV(B) 187.32º 0.86% 0.93% -
XYZ 39.85 54.08 89.23 -
YUV 162.03 170.87 35.97 -
System Red Green Blue C M Y K H S L
Decimal 33 213 238 0.86 0.11 0 0.07 187.32 0.86 0.53
Hex 21 D5 EE 56 B 0 7 BB 56 35
Octal 41 325 356 126 13 0 7 273 126 65
Binary 100001 11010101 11101110 1010110 1011 0 111 10111011 1010110 110101

Color Harmonies of #21D5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D5EE

Black with #21D5EE

Text Example


Text Example

White with #21D5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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