#38ECBC

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

Shades of Turquoise #38ECBC

Tints of Turquoise #38ECBC

Color information

#38ECBC (or 0x38ECBC) is unknown color: approx Turquoise. HEX triplet: 38, EC and BC. RGB value is (56,236,188). Sum of RGB (Red+Green+Blue) = 56+236+188=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECBC is #C71343. Grayscale: #B0B0B0. Windows color (decimal): -13046596 or 12381240. OLE color: 12381240.

HSL color Cylindrical-coordinate representation of color #38ECBC: hue angle of 164º 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 #38ECBC is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB56236188-
CMYK0.7600.200.07
HSL164º82.57%57.25%-
HSV(B)164º76.27%92.55%-
XYZ40.764.4657.87-
YUV176.71134.3741.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.67%
GREEN value IS 236 (92.58% from 255) = 49.17%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=11.67%
G=49.17%
B=39.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562361880.7600.200.0716482.5757.25
Hex38ECBC4C0147a45339
Octal70354274114024724412371
Binary11100011101100101111001001100010100111101001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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