Html Css Color HEX #21EFF1 Bright Turquoise

📋 copy color: '#21EFF1'

red 33 ◦ green 239 ◦ blue 241

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

Shades of Bright Turquoise #21EFF1

Tints of Bright Turquoise #21EFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 6.43%
G = 46.59%
B = 46.98%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#21EFF1 (or 0x21EFF1) is known color: Bright Turquoise. HEX triplet: 21, EF and F1. RGB value is (33,239,241). Sum of RGB (Red+Green+Blue) = 33+239+241=513 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.43% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #21EFF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EFF1 is #DE100E. Grayscale: #B1B1B1. Windows color (decimal): -14553103 or 15855393. OLE color: 15855393.

HSL color Cylindrical-coordinate representation of color #21EFF1: hue angle of 180.58º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFF1 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 239 241 -
CMYK 0.86 0.01 0 0.05
HSL 180.58º 0.88% 0.54% -
HSV(B) 180.58º 0.86% 0.95% -
XYZ 47.37 68.41 93.93 -
YUV 177.63 163.75 24.84 -
System Red Green Blue C M Y K H S L
Decimal 33 239 241 0.86 0.01 0 0.05 180.58 0.88 0.54
Hex 21 EF F1 56 1 0 5 B5 58 36
Octal 41 357 361 126 1 0 5 265 130 66
Binary 100001 11101111 11110001 1010110 1 0 101 10110101 1011000 110110

Color Harmonies of #21EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFF1

Black with #21EFF1

Text Example


Text Example

White with #21EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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