Html Css Color HEX #24D6DD Bright Turquoise

📋 copy color: '#24D6DD'

red 36 ◦ green 214 ◦ blue 221

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

Shades of Bright Turquoise #24D6DD

Tints of Bright Turquoise #24D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

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

R = 7.64%
G = 45.44%
B = 46.92%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#24D6DD (or 0x24D6DD) is known color: Bright Turquoise. HEX triplet: 24, D6 and DD. RGB value is (36,214,221). Sum of RGB (Red+Green+Blue) = 36+214+221=471 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.64% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #24D6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D6DD is #DB2922. Grayscale: #A1A1A1. Windows color (decimal): -14362915 or 14538276. OLE color: 14538276.

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

Color convert

RGB 36 214 221 -
CMYK 0.84 0.03 0 0.13
HSL 182.27º 0.73% 0.5% -
HSV(B) 182.27º 0.84% 0.87% -
XYZ 37.83 53.69 76.78 -
YUV 161.58 161.53 38.43 -
System Red Green Blue C M Y K H S L
Decimal 36 214 221 0.84 0.03 0 0.13 182.27 0.73 0.5
Hex 24 D6 DD 54 3 0 D B6 49 32
Octal 44 326 335 124 3 0 15 266 111 62
Binary 100100 11010110 11011101 1010100 11 0 1101 10110110 1001001 110010

Color Harmonies of #24D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24D6DD

Black with #24D6DD

Text Example


Text Example

White with #24D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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