#38EDCA

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

Shades of Turquoise #38EDCA

Tints of Turquoise #38EDCA

Color information

#38EDCA (or 0x38EDCA) is unknown color: approx Turquoise. HEX triplet: 38, ED and CA. RGB value is (56,237,202). Sum of RGB (Red+Green+Blue) = 56+237+202=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EDCA is #C71235. Grayscale: #B2B2B2. Windows color (decimal): -13046326 or 13299000. OLE color: 13299000.

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

Color convert

RGB56237202-
CMYK0.7600.150.07
HSL168.4º83.41%57.45%-
HSV(B)168.4º76.37%92.94%-
XYZ42.5865.6766.31-
YUV178.89141.0340.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.31%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=11.31%
G=47.88%
B=40.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562372020.7600.150.07168.483.4157.45
Hex38EDCA4C0F7a85339
Octal70355312114017725012371
Binary1110001110110111001010100110001111111101010001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,237,202); }

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

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

 a { background-color: rgb(56,237,202); }

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

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

 span { border-color: rgb(56,237,202); }

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