Html Css Color HEX #21F6BB Turquoise

📋 copy color: '#21F6BB'

red 33 ◦ green 246 ◦ blue 187

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

Shades of Turquoise #21F6BB

Tints of Turquoise #21F6BB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.79%

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 7.08%
G = 52.79%
B = 40.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#21F6BB (or 0x21F6BB) is known color: Turquoise. HEX triplet: 21, F6 and BB. RGB value is (33,246,187). Sum of RGB (Red+Green+Blue) = 33+246+187=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #21F6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F6BB is #DE0944. Grayscale: #AFAFAF. Windows color (decimal): -14551365 or 12318241. OLE color: 12318241.

HSL color Cylindrical-coordinate representation of color #21F6BB: hue angle of 163.38º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F6BB is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 246 187 -
CMYK 0.87 0 0.24 0.04
HSL 163.38º 0.92% 0.55% -
HSV(B) 163.38º 0.87% 0.96% -
XYZ 42.55 69.82 58.25 -
YUV 175.59 134.43 26.3 -
System Red Green Blue C M Y K H S L
Decimal 33 246 187 0.87 0 0.24 0.04 163.38 0.92 0.55
Hex 21 F6 BB 57 0 18 4 A3 5C 37
Octal 41 366 273 127 0 30 4 243 134 67
Binary 100001 11110110 10111011 1010111 0 11000 100 10100011 1011100 110111

Color Harmonies of #21F6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F6BB

Black with #21F6BB

Text Example


Text Example

White with #21F6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,246,187); }

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

background-color css

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

 a { background-color: rgb(33,246,187); }

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

border-color css

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

 span { border-color: rgb(33,246,187); }

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