#38E4EF

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

Shades of Turquoise #38E4EF

Tints of Turquoise #38E4EF

Color information

#38E4EF (or 0x38E4EF) is unknown color: approx Turquoise. HEX triplet: 38, E4 and EF. RGB value is (56,228,239). Sum of RGB (Red+Green+Blue) = 56+228+239=523 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.71% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #38E4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E4EF is #C71B10. Grayscale: #B1B1B1. Windows color (decimal): -13048593 or 15721528. OLE color: 15721528.

HSL color Cylindrical-coordinate representation of color #38E4EF: hue angle of 183.61º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E4EF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB56228239-
CMYK0.770.0500.06
HSL183.61º85.12%57.84%-
HSV(B)183.61º76.57%93.73%-
XYZ44.9562.5691.37-
YUV177.83162.5241.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.71%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=10.71%
G=43.59%
B=45.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal562282390.770.0500.06183.6185.1257.84
Hex38E4EF4D506b8553a
Octal7034435711550627012572
Binary111000111001001110111110011011010110101110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,228,239); }

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

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

 a { background-color: rgb(56,228,239); }

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

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

 span { border-color: rgb(56,228,239); }

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