Html Css Color HEX #21DFE9 Bright Turquoise

📋 copy color: '#21DFE9'

red 33 ◦ green 223 ◦ blue 233

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

Shades of Bright Turquoise #21DFE9

Tints of Bright Turquoise #21DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 6.75%
G = 45.6%
B = 47.65%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#21DFE9 (or 0x21DFE9) is known color: Bright Turquoise. HEX triplet: 21, DF and E9. RGB value is (33,223,233). Sum of RGB (Red+Green+Blue) = 33+223+233=489 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.75% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #21DFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DFE9 is #DE2016. Grayscale: #A7A7A7. Windows color (decimal): -14557207 or 15327009. OLE color: 15327009.

HSL color Cylindrical-coordinate representation of color #21DFE9: hue angle of 183º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DFE9 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 223 233 -
CMYK 0.86 0.04 0 0.09
HSL 183º 0.82% 0.52% -
HSV(B) 183º 0.86% 0.91% -
XYZ 41.72 58.98 86.28 -
YUV 167.33 165.05 32.19 -
System Red Green Blue C M Y K H S L
Decimal 33 223 233 0.86 0.04 0 0.09 183 0.82 0.52
Hex 21 DF E9 56 4 0 9 B7 52 34
Octal 41 337 351 126 4 0 11 267 122 64
Binary 100001 11011111 11101001 1010110 100 0 1001 10110111 1010010 110100

Color Harmonies of #21DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DFE9

Black with #21DFE9

Text Example


Text Example

White with #21DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,223,233); }

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

background-color css

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

 a { background-color: rgb(33,223,233); }

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

border-color css

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

 span { border-color: rgb(33,223,233); }

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