#38ECC2

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

Shades of Turquoise #38ECC2

Tints of Turquoise #38ECC2

Color information

#38ECC2 (or 0x38ECC2) is unknown color: approx Turquoise. HEX triplet: 38, EC and C2. RGB value is (56,236,194). Sum of RGB (Red+Green+Blue) = 56+236+194=486 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.52% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECC2 is #C7133D. Grayscale: #B1B1B1. Windows color (decimal): -13046590 or 12774456. OLE color: 12774456.

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

Color convert

RGB56236194-
CMYK0.7600.180.07
HSL166º82.57%57.25%-
HSV(B)166º76.27%92.55%-
XYZ41.3664.7361.35-
YUV177.39137.3741.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.52%
GREEN value IS 236 (92.58% from 255) = 48.56%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=11.52%
G=48.56%
B=39.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562361940.7600.180.0716682.5757.25
Hex38ECC24C0127a65339
Octal70354302114022724612371
Binary11100011101100110000101001100010010111101001101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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