#24F3E4

Color #24F3E4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #24F3E4

Tints of Bright Turquoise #24F3E4

Color information

#24F3E4 (or 0x24F3E4) is unknown color: approx Bright Turquoise. HEX triplet: 24, F3 and E4. RGB value is (36,243,228). Sum of RGB (Red+Green+Blue) = 36+243+228=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F3E4 is #DB0C1B. Grayscale: #B3B3B3. Windows color (decimal): -14355484 or 15004452. OLE color: 15004452.

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

Color convert

RGB36243228-
CMYK0.8500.060.05
HSL175.65º89.61%54.71%-
HSV(B)175.65º85.19%95.29%-
XYZ46.7870.0884.46-
YUV179.4155.4225.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.10%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=7.10%
G=47.93%
B=44.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal362432280.8500.060.05175.6589.6154.71
Hex24F3E455065b05a37
Octal4436334412506526013267
Binary100100111100111110010010101010110101101100001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24F3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24F3E4;
 }
 .AnyTagClassName
 {
   color: #24F3E4;
 }
</style>
background-color css

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

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

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

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

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

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