Html Css Color HEX #24DFDA Bright Turquoise

📋 copy color: '#24DFDA'

red 36 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #24DFDA

Tints of Bright Turquoise #24DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 7.55%
G = 46.75%
B = 45.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#24DFDA (or 0x24DFDA) is known color: Bright Turquoise. HEX triplet: 24, DF and DA. RGB value is (36,223,218). Sum of RGB (Red+Green+Blue) = 36+223+218=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFDA is #DB2025. Grayscale: #A6A6A6. Windows color (decimal): -14360614 or 14343972. OLE color: 14343972.

HSL color Cylindrical-coordinate representation of color #24DFDA: hue angle of 178.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DFDA is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 223 218 -
CMYK 0.84 0 0.02 0.13
HSL 178.4º 0.75% 0.51% -
HSV(B) 178.4º 0.84% 0.87% -
XYZ 39.77 58.21 75.47 -
YUV 166.52 157.05 34.91 -
System Red Green Blue C M Y K H S L
Decimal 36 223 218 0.84 0 0.02 0.13 178.4 0.75 0.51
Hex 24 DF DA 54 0 2 D B2 4B 33
Octal 44 337 332 124 0 2 15 262 113 63
Binary 100100 11011111 11011010 1010100 0 10 1101 10110010 1001011 110011

Color Harmonies of #24DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DFDA

Black with #24DFDA

Text Example


Text Example

White with #24DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,223,218); }

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

background-color css

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

 a { background-color: rgb(36,223,218); }

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

border-color css

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

 span { border-color: rgb(36,223,218); }

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