#38ECD4

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

Shades of Turquoise #38ECD4

Tints of Turquoise #38ECD4

Color information

#38ECD4 (or 0x38ECD4) is unknown color: approx Turquoise. HEX triplet: 38, EC and D4. RGB value is (56,236,212). Sum of RGB (Red+Green+Blue) = 56+236+212=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECD4 is #C7132B. Grayscale: #B3B3B3. Windows color (decimal): -13046572 or 13954104. OLE color: 13954104.

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

Color convert

RGB56236212-
CMYK0.7600.100.07
HSL172º82.57%57.25%-
HSV(B)172º76.27%92.55%-
XYZ43.5165.5972.65-
YUV179.44146.3739.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.11%
GREEN value IS 236 (92.58% from 255) = 46.83%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=11.11%
G=46.83%
B=42.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562362120.7600.100.0717282.5757.25
Hex38ECD44C0A7ac5339
Octal70354324114012725412371
Binary1110001110110011010100100110001010111101011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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