Html Css Color HEX #24DAF1 Bright Turquoise

📋 copy color: '#24DAF1'

red 36 ◦ green 218 ◦ blue 241

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

Shades of Bright Turquoise #24DAF1

Tints of Bright Turquoise #24DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 7.27%
G = 44.04%
B = 48.69%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#24DAF1 (or 0x24DAF1) is known color: Bright Turquoise. HEX triplet: 24, DA and F1. RGB value is (36,218,241). Sum of RGB (Red+Green+Blue) = 36+218+241=495 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.27% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #24DAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DAF1 is #DB250E. Grayscale: #A5A5A5. Windows color (decimal): -14361871 or 15850020. OLE color: 15850020.

HSL color Cylindrical-coordinate representation of color #24DAF1: hue angle of 186.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24DAF1 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 218 241 -
CMYK 0.85 0.10 0 0.05
HSL 186.73º 0.88% 0.54% -
HSV(B) 186.73º 0.85% 0.95% -
XYZ 41.68 56.87 92 -
YUV 166.2 170.2 35.13 -
System Red Green Blue C M Y K H S L
Decimal 36 218 241 0.85 0.10 0 0.05 186.73 0.88 0.54
Hex 24 DA F1 55 A 0 5 BB 58 36
Octal 44 332 361 125 12 0 5 273 130 66
Binary 100100 11011010 11110001 1010101 1010 0 101 10111011 1011000 110110

Color Harmonies of #24DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DAF1

Black with #24DAF1

Text Example


Text Example

White with #24DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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