Html Css Color HEX #24DBF2 Bright Turquoise

📋 copy color: '#24DBF2'

red 36 ◦ green 219 ◦ blue 242

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

Shades of Bright Turquoise #24DBF2

Tints of Bright Turquoise #24DBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.06%

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 7.24%
G = 44.06%
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

#24DBF2 (or 0x24DBF2) is known color: Bright Turquoise. HEX triplet: 24, DB and F2. RGB value is (36,219,242). Sum of RGB (Red+Green+Blue) = 36+219+242=497 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.24% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #24DBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DBF2 is #DB240D. Grayscale: #A6A6A6. Windows color (decimal): -14361614 or 15915812. OLE color: 15915812.

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

Color convert

RGB 36 219 242 -
CMYK 0.85 0.10 0 0.05
HSL 186.7º 0.89% 0.55% -
HSV(B) 186.7º 0.85% 0.95% -
XYZ 42.09 57.45 92.87 -
YUV 166.91 170.37 34.63 -
System Red Green Blue C M Y K H S L
Decimal 36 219 242 0.85 0.10 0 0.05 186.7 0.89 0.55
Hex 24 DB F2 55 A 0 5 BB 59 37
Octal 44 333 362 125 12 0 5 273 131 67
Binary 100100 11011011 11110010 1010101 1010 0 101 10111011 1011001 110111

Color Harmonies of #24DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DBF2

Black with #24DBF2

Text Example


Text Example

White with #24DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,219,242); }

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

background-color css

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

 a { background-color: rgb(36,219,242); }

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

border-color css

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

 span { border-color: rgb(36,219,242); }

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