#38E0B5

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

Shades of Turquoise #38E0B5

Tints of Turquoise #38E0B5

Color information

#38E0B5 (or 0x38E0B5) is unknown color: approx Turquoise. HEX triplet: 38, E0 and B5. RGB value is (56,224,181). Sum of RGB (Red+Green+Blue) = 56+224+181=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #38E0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E0B5 is #C71F4A. Grayscale: #A8A8A8. Windows color (decimal): -13049675 or 11919416. OLE color: 11919416.

HSL color Cylindrical-coordinate representation of color #38E0B5: hue angle of 164.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E0B5 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB56224181-
CMYK0.7500.190.12
HSL164.64º73.04%54.9%-
HSV(B)164.64º75%87.84%-
XYZ36.6357.4952.88-
YUV168.87134.8447.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.15%
GREEN value IS 224 (87.89% from 255) = 48.59%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=12.15%
G=48.59%
B=39.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562241810.7500.190.12164.6473.0454.9
Hex38E0B54B013Ca54937
Octal703402651130231424511167
Binary111000111000001011010110010110100111100101001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38E0B5; }

 p { color: rgb(56,224,181); }

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

<style>
 a { background-color: #38E0B5; }

 a { background-color: rgb(56,224,181); }

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

<style>
 span { border-color: #38E0B5; }

 span { border-color: rgb(56,224,181); }

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