Html Css Color HEX #24DCFB Bright Turquoise

📋 copy color: '#24DCFB'

red 36 ◦ green 220 ◦ blue 251

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

Shades of Bright Turquoise #24DCFB

Tints of Bright Turquoise #24DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 7.1%
G = 43.39%
B = 49.51%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#24DCFB (or 0x24DCFB) is known color: Bright Turquoise. HEX triplet: 24, DC and FB. RGB value is (36,220,251). Sum of RGB (Red+Green+Blue) = 36+220+251=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #24DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCFB is #DB2304. Grayscale: #A8A8A8. Windows color (decimal): -14361349 or 16505892. OLE color: 16505892.

HSL color Cylindrical-coordinate representation of color #24DCFB: hue angle of 188.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24DCFB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 220 251 -
CMYK 0.86 0.12 0 0.02
HSL 188.65º 0.96% 0.56% -
HSV(B) 188.65º 0.86% 0.98% -
XYZ 43.73 58.53 100.26 -
YUV 168.52 174.54 33.48 -
System Red Green Blue C M Y K H S L
Decimal 36 220 251 0.86 0.12 0 0.02 188.65 0.96 0.56
Hex 24 DC FB 56 C 0 2 BD 60 38
Octal 44 334 373 126 14 0 2 275 140 70
Binary 100100 11011100 11111011 1010110 1100 0 10 10111101 1100000 111000

Color Harmonies of #24DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24DCFB

Black with #24DCFB

Text Example


Text Example

White with #24DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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