#38E2DE

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

Shades of Turquoise #38E2DE

Tints of Turquoise #38E2DE

Color information

#38E2DE (or 0x38E2DE) is unknown color: approx Turquoise. HEX triplet: 38, E2 and DE. RGB value is (56,226,222). Sum of RGB (Red+Green+Blue) = 56+226+222=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #38E2DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E2DE is #C71D21. Grayscale: #AEAEAE. Windows color (decimal): -13049122 or 14606904. OLE color: 14606904.

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

Color convert

RGB56226222-
CMYK0.7500.020.11
HSL178.59º74.56%55.29%-
HSV(B)178.59º75.22%88.63%-
XYZ42.0160.5178.57-
YUV174.71154.6843.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.11%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=11.11%
G=44.84%
B=44.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562262220.7500.020.11178.5974.5655.29
Hex38E2DE4B02Bb34b37
Octal70342336113021326311367
Binary111000111000101101111010010110101011101100111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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