Html Css Color HEX #24DCE0 Bright Turquoise

📋 copy color: '#24DCE0'

red 36 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #24DCE0

Tints of Bright Turquoise #24DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 7.5%
G = 45.83%
B = 46.67%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#24DCE0 (or 0x24DCE0) is known color: Bright Turquoise. HEX triplet: 24, DC and E0. RGB value is (36,220,224). Sum of RGB (Red+Green+Blue) = 36+220+224=480 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.5% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #24DCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DCE0 is #DB231F. Grayscale: #A5A5A5. Windows color (decimal): -14361376 or 14736420. OLE color: 14736420.

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

Color convert

RGB 36 220 224 -
CMYK 0.84 0.02 0 0.12
HSL 181.28º 0.75% 0.51% -
HSV(B) 181.28º 0.84% 0.88% -
XYZ 39.78 56.94 79.42 -
YUV 165.44 161.04 35.67 -
System Red Green Blue C M Y K H S L
Decimal 36 220 224 0.84 0.02 0 0.12 181.28 0.75 0.51
Hex 24 DC E0 54 2 0 C B5 4B 33
Octal 44 334 340 124 2 0 14 265 113 63
Binary 100100 11011100 11100000 1010100 10 0 1100 10110101 1001011 110011

Color Harmonies of #24DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DCE0

Black with #24DCE0

Text Example


Text Example

White with #24DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,220,224); }

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

background-color css

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

 a { background-color: rgb(36,220,224); }

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

border-color css

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

 span { border-color: rgb(36,220,224); }

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