Html Css Color HEX #24DEDA Bright Turquoise

📋 copy color: '#24DEDA'

red 36 ◦ green 222 ◦ blue 218

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

Shades of Bright Turquoise #24DEDA

Tints of Bright Turquoise #24DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

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

R = 7.56%
G = 46.64%
B = 45.8%

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

#24DEDA (or 0x24DEDA) is known color: Bright Turquoise. HEX triplet: 24, DE and DA. RGB value is (36,222,218). Sum of RGB (Red+Green+Blue) = 36+222+218=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #24DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DEDA is #DB2125. Grayscale: #A5A5A5. Windows color (decimal): -14360870 or 14343716. OLE color: 14343716.

HSL color Cylindrical-coordinate representation of color #24DEDA: hue angle of 178.71º degrees, saturation: 0.74, 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 #24DEDA is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 222 218 -
CMYK 0.84 0 0.02 0.13
HSL 178.71º 0.74% 0.51% -
HSV(B) 178.71º 0.84% 0.87% -
XYZ 39.5 57.68 75.38 -
YUV 165.93 157.38 35.33 -
System Red Green Blue C M Y K H S L
Decimal 36 222 218 0.84 0 0.02 0.13 178.71 0.74 0.51
Hex 24 DE DA 54 0 2 D B3 4A 33
Octal 44 336 332 124 0 2 15 263 112 63
Binary 100100 11011110 11011010 1010100 0 10 1101 10110011 1001010 110011

Color Harmonies of #24DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DEDA

Black with #24DEDA

Text Example


Text Example

White with #24DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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