#38E5DE

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

Shades of Turquoise #38E5DE

Tints of Turquoise #38E5DE

Color information

#38E5DE (or 0x38E5DE) is unknown color: approx Turquoise. HEX triplet: 38, E5 and DE. RGB value is (56,229,222). Sum of RGB (Red+Green+Blue) = 56+229+222=507 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.05% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #38E5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E5DE is #C71A21. Grayscale: #B0B0B0. Windows color (decimal): -13048354 or 14607672. OLE color: 14607672.

HSL color Cylindrical-coordinate representation of color #38E5DE: hue angle of 177.57º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E5DE is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB56229222-
CMYK0.7600.030.10
HSL177.57º76.89%55.88%-
HSV(B)177.57º75.55%89.8%-
XYZ42.8462.1578.85-
YUV176.48153.6942.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.05%
GREEN value IS 229 (89.84% from 255) = 45.17%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=11.05%
G=45.17%
B=43.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal562292220.7600.030.10177.5776.8955.88
Hex38E5DE4C03Ab24d38
Octal70345336114031226211570
Binary111000111001011101111010011000111010101100101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,229,222); }

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

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

 a { background-color: rgb(56,229,222); }

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

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

 span { border-color: rgb(56,229,222); }

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