Html Css Color HEX #24FBDB Bright Turquoise

📋 copy color: '#24FBDB'

red 36 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #24FBDB

Tints of Bright Turquoise #24FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.6%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 7.11%
G = 49.6%
B = 43.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#24FBDB (or 0x24FBDB) is known color: Bright Turquoise. HEX triplet: 24, FB and DB. RGB value is (36,251,219). Sum of RGB (Red+Green+Blue) = 36+251+219=506 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.11% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FBDB is #DB0424. Grayscale: #B6B6B6. Windows color (decimal): -14353445 or 14416676. OLE color: 14416676.

HSL color Cylindrical-coordinate representation of color #24FBDB: hue angle of 171.07º 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 #24FBDB is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 251 219 -
CMYK 0.86 0 0.13 0.02
HSL 171.07º 0.96% 0.56% -
HSV(B) 171.07º 0.86% 0.98% -
XYZ 48.01 74.48 78.86 -
YUV 183.07 148.27 23.1 -
System Red Green Blue C M Y K H S L
Decimal 36 251 219 0.86 0 0.13 0.02 171.07 0.96 0.56
Hex 24 FB DB 56 0 D 2 AB 60 38
Octal 44 373 333 126 0 15 2 253 140 70
Binary 100100 11111011 11011011 1010110 0 1101 10 10101011 1100000 111000

Color Harmonies of #24FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24FBDB

Black with #24FBDB

Text Example


Text Example

White with #24FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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