#38ECD2

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

Shades of Turquoise #38ECD2

Tints of Turquoise #38ECD2

Color information

#38ECD2 (or 0x38ECD2) is unknown color: approx Turquoise. HEX triplet: 38, EC and D2. RGB value is (56,236,210). Sum of RGB (Red+Green+Blue) = 56+236+210=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECD2 is #C7132D. Grayscale: #B3B3B3. Windows color (decimal): -13046574 or 13823032. OLE color: 13823032.

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

Color convert

RGB56236210-
CMYK0.7600.110.07
HSL171.33º82.57%57.25%-
HSV(B)171.33º76.27%92.55%-
XYZ43.2665.4871.33-
YUV179.22145.3740.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.16%
GREEN value IS 236 (92.58% from 255) = 47.01%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=11.16%
G=47.01%
B=41.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562362100.7600.110.07171.3382.5757.25
Hex38ECD24C0B7ab5339
Octal70354322114013725312371
Binary1110001110110011010010100110001011111101010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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