#38EFDC

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

Shades of Turquoise #38EFDC

Tints of Turquoise #38EFDC

Color information

#38EFDC (or 0x38EFDC) is unknown color: approx Turquoise. HEX triplet: 38, EF and DC. RGB value is (56,239,220). Sum of RGB (Red+Green+Blue) = 56+239+220=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #38EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EFDC is #C71023. Grayscale: #B6B6B6. Windows color (decimal): -13045796 or 14479160. OLE color: 14479160.

HSL color Cylindrical-coordinate representation of color #38EFDC: hue angle of 173.77º 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 #38EFDC is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB56239220-
CMYK0.7700.080.06
HSL173.77º85.12%57.84%-
HSV(B)173.77º76.57%93.73%-
XYZ45.4267.7478.39-
YUV182.12149.3738.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.87%
GREEN value IS 239 (93.75% from 255) = 46.41%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=10.87%
G=46.41%
B=42.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal562392200.7700.080.06173.7785.1257.84
Hex38EFDC4D086ae553a
Octal70357334115010625612572
Binary1110001110111111011100100110101000110101011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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