Html Css Color HEX #24DCF2 Bright Turquoise

📋 copy color: '#24DCF2'

red 36 ◦ green 220 ◦ blue 242

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

Shades of Bright Turquoise #24DCF2

Tints of Bright Turquoise #24DCF2

RGB

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

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

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

R = 7.23%
G = 44.18%
B = 48.59%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#24DCF2 (or 0x24DCF2) is known color: Bright Turquoise. HEX triplet: 24, DC and F2. RGB value is (36,220,242). Sum of RGB (Red+Green+Blue) = 36+220+242=498 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.23% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #24DCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCF2 is #DB230D. Grayscale: #A7A7A7. Windows color (decimal): -14361358 or 15916068. OLE color: 15916068.

HSL color Cylindrical-coordinate representation of color #24DCF2: hue angle of 186.41º 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 #24DCF2 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 220 242 -
CMYK 0.85 0.09 0 0.05
HSL 186.41º 0.89% 0.55% -
HSV(B) 186.41º 0.85% 0.95% -
XYZ 42.35 57.97 92.96 -
YUV 167.49 170.04 34.21 -
System Red Green Blue C M Y K H S L
Decimal 36 220 242 0.85 0.09 0 0.05 186.41 0.89 0.55
Hex 24 DC F2 55 9 0 5 BA 59 37
Octal 44 334 362 125 11 0 5 272 131 67
Binary 100100 11011100 11110010 1010101 1001 0 101 10111010 1011001 110111

Color Harmonies of #24DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DCF2

Black with #24DCF2

Text Example


Text Example

White with #24DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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