#38ECBB

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

Shades of Turquoise #38ECBB

Tints of Turquoise #38ECBB

Color information

#38ECBB (or 0x38ECBB) is unknown color: approx Turquoise. HEX triplet: 38, EC and BB. RGB value is (56,236,187). Sum of RGB (Red+Green+Blue) = 56+236+187=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECBB is #C71344. Grayscale: #B0B0B0. Windows color (decimal): -13046597 or 12315704. OLE color: 12315704.

HSL color Cylindrical-coordinate representation of color #38ECBB: hue angle of 163.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ECBB is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB56236187-
CMYK0.7600.210.07
HSL163.67º82.57%57.25%-
HSV(B)163.67º76.27%92.55%-
XYZ40.664.4257.31-
YUV176.59133.8741.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.69%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=11.69%
G=49.27%
B=39.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562361870.7600.210.07163.6782.5757.25
Hex38ECBB4C0157a45339
Octal70354273114025724412371
Binary11100011101100101110111001100010101111101001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,236,187); }

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

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

 a { background-color: rgb(56,236,187); }

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

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

 span { border-color: rgb(56,236,187); }

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