#38E2B9

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

Shades of Turquoise #38E2B9

Tints of Turquoise #38E2B9

Color information

#38E2B9 (or 0x38E2B9) is unknown color: approx Turquoise. HEX triplet: 38, E2 and B9. RGB value is (56,226,185). Sum of RGB (Red+Green+Blue) = 56+226+185=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #38E2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E2B9 is #C71D46. Grayscale: #AAAAAA. Windows color (decimal): -13049159 or 12182072. OLE color: 12182072.

HSL color Cylindrical-coordinate representation of color #38E2B9: hue angle of 165.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E2B9 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB56226185-
CMYK0.7500.180.11
HSL165.53º74.56%55.29%-
HSV(B)165.53º75.22%88.63%-
XYZ37.5858.7455.26-
YUV170.5136.1846.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.99%
GREEN value IS 226 (88.67% from 255) = 48.39%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=11.99%
G=48.39%
B=39.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562261850.7500.180.11165.5374.5655.29
Hex38E2B94B012Ba64b37
Octal703422711130221324611367
Binary111000111000101011100110010110100101011101001101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,226,185); }

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

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

 a { background-color: rgb(56,226,185); }

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

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

 span { border-color: rgb(56,226,185); }

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