#38E2DF

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

Shades of Turquoise #38E2DF

Tints of Turquoise #38E2DF

Color information

#38E2DF (or 0x38E2DF) is unknown color: approx Turquoise. HEX triplet: 38, E2 and DF. RGB value is (56,226,223). Sum of RGB (Red+Green+Blue) = 56+226+223=505 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.09% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #38E2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E2DF is #C71D20. Grayscale: #AEAEAE. Windows color (decimal): -13049121 or 14672440. OLE color: 14672440.

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

Color convert

RGB56226223-
CMYK0.7500.010.11
HSL178.94º74.56%55.29%-
HSV(B)178.94º75.22%88.63%-
XYZ42.1560.5679.28-
YUV174.83155.1843.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.09%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=11.09%
G=44.75%
B=44.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562262230.7500.010.11178.9474.5655.29
Hex38E2DF4B01Bb34b37
Octal70342337113011326311367
Binary11100011100010110111111001011011011101100111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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