#38E0B7

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

Shades of Turquoise #38E0B7

Tints of Turquoise #38E0B7

Color information

#38E0B7 (or 0x38E0B7) is unknown color: approx Turquoise. HEX triplet: 38, E0 and B7. RGB value is (56,224,183). Sum of RGB (Red+Green+Blue) = 56+224+183=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #38E0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E0B7 is #C71F48. Grayscale: #A9A9A9. Windows color (decimal): -13049673 or 12050488. OLE color: 12050488.

HSL color Cylindrical-coordinate representation of color #38E0B7: hue angle of 165.36º 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 #38E0B7 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB56224183-
CMYK0.7500.180.12
HSL165.36º73.04%54.9%-
HSV(B)165.36º75%87.84%-
XYZ36.8357.5753.97-
YUV169.09135.8447.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 224 (87.89% from 255) = 48.38%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=12.10%
G=48.38%
B=39.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562241830.7500.180.12165.3673.0454.9
Hex38E0B74B012Ca54937
Octal703402671130221424511167
Binary111000111000001011011110010110100101100101001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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