Html Css Color HEX #21F9EC Bright Turquoise

📋 copy color: '#21F9EC'

red 33 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #21F9EC

Tints of Bright Turquoise #21F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 6.37%
G = 48.07%
B = 45.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#21F9EC (or 0x21F9EC) is known color: Bright Turquoise. HEX triplet: 21, F9 and EC. RGB value is (33,249,236). Sum of RGB (Red+Green+Blue) = 33+249+236=518 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.37% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #21F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F9EC is #DE0613. Grayscale: #B6B6B6. Windows color (decimal): -14550548 or 15530273. OLE color: 15530273.

HSL color Cylindrical-coordinate representation of color #21F9EC: hue angle of 176.39º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F9EC is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 249 236 -
CMYK 0.87 0 0.05 0.02
HSL 176.39º 0.95% 0.55% -
HSV(B) 176.39º 0.87% 0.98% -
XYZ 49.64 74.13 91.05 -
YUV 182.93 157.94 21.06 -
System Red Green Blue C M Y K H S L
Decimal 33 249 236 0.87 0 0.05 0.02 176.39 0.95 0.55
Hex 21 F9 EC 57 0 5 2 B0 5F 37
Octal 41 371 354 127 0 5 2 260 137 67
Binary 100001 11111001 11101100 1010111 0 101 10 10110000 1011111 110111

Color Harmonies of #21F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F9EC

Black with #21F9EC

Text Example


Text Example

White with #21F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,249,236); }

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

background-color css

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

 a { background-color: rgb(33,249,236); }

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

border-color css

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

 span { border-color: rgb(33,249,236); }

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