Html Css Color HEX #24F3CB Turquoise

📋 copy color: '#24F3CB'

red 36 ◦ green 243 ◦ blue 203

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

Shades of Turquoise #24F3CB

Tints of Turquoise #24F3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.41%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 7.47%
G = 50.41%
B = 42.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#24F3CB (or 0x24F3CB) is known color: Turquoise. HEX triplet: 24, F3 and CB. RGB value is (36,243,203). Sum of RGB (Red+Green+Blue) = 36+243+203=482 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.47% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F3CB is #DB0C34. Grayscale: #B0B0B0. Windows color (decimal): -14355509 or 13366052. OLE color: 13366052.

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

Color convert

RGB 36 243 203 -
CMYK 0.85 0 0.16 0.05
HSL 168.41º 0.9% 0.55% -
HSV(B) 168.41º 0.85% 0.95% -
XYZ 43.56 68.79 67.48 -
YUV 176.55 142.92 27.75 -
System Red Green Blue C M Y K H S L
Decimal 36 243 203 0.85 0 0.16 0.05 168.41 0.9 0.55
Hex 24 F3 CB 55 0 10 5 A8 5A 37
Octal 44 363 313 125 0 20 5 250 132 67
Binary 100100 11110011 11001011 1010101 0 10000 101 10101000 1011010 110111

Color Harmonies of #24F3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24F3CB

Black with #24F3CB

Text Example


Text Example

White with #24F3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,243,203); }

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

background-color css

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

 a { background-color: rgb(36,243,203); }

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

border-color css

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

 span { border-color: rgb(36,243,203); }

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