Html Css Color HEX #24FADD Bright Turquoise

📋 copy color: '#24FADD'

red 36 ◦ green 250 ◦ blue 221

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

Shades of Bright Turquoise #24FADD

Tints of Bright Turquoise #24FADD

RGB

 RED value IS 36 (14.45% from 255) = 7.1%

 GREEN value IS 250 (98.05% from 255) = 49.31%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 7.1%
G = 49.31%
B = 43.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#24FADD (or 0x24FADD) is known color: Bright Turquoise. HEX triplet: 24, FA and DD. RGB value is (36,250,221). Sum of RGB (Red+Green+Blue) = 36+250+221=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #24FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FADD is #DB0522. Grayscale: #B6B6B6. Windows color (decimal): -14353699 or 14547492. OLE color: 14547492.

HSL color Cylindrical-coordinate representation of color #24FADD: hue angle of 171.87º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FADD is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 250 221 -
CMYK 0.86 0 0.12 0.02
HSL 171.87º 0.96% 0.56% -
HSV(B) 171.87º 0.86% 0.98% -
XYZ 47.96 73.97 80.16 -
YUV 182.71 149.6 23.36 -
System Red Green Blue C M Y K H S L
Decimal 36 250 221 0.86 0 0.12 0.02 171.87 0.96 0.56
Hex 24 FA DD 56 0 C 2 AC 60 38
Octal 44 372 335 126 0 14 2 254 140 70
Binary 100100 11111010 11011101 1010110 0 1100 10 10101100 1100000 111000

Color Harmonies of #24FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FADD

Black with #24FADD

Text Example


Text Example

White with #24FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24FADD; }

 p { color: rgb(36,250,221); }

 H1.HeaderClassName
 {
   color: #24FADD;
 }
 .AnyTagClassName
 {
   color: #24FADD;
 }
</style>

background-color css

<style>
 a { background-color: #24FADD; }

 a { background-color: rgb(36,250,221); }

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

border-color css

<style>
 span { border-color: #24FADD; }

 span { border-color: rgb(36,250,221); }

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