#38EDEA

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

Shades of Turquoise #38EDEA

Tints of Turquoise #38EDEA

Color information

#38EDEA (or 0x38EDEA) is unknown color: approx Turquoise. HEX triplet: 38, ED and EA. RGB value is (56,237,234). Sum of RGB (Red+Green+Blue) = 56+237+234=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EDEA is #C71215. Grayscale: #B6B6B6. Windows color (decimal): -13046294 or 15396152. OLE color: 15396152.

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

Color convert

RGB56237234-
CMYK0.7600.010.07
HSL179.01º83.41%57.45%-
HSV(B)179.01º76.37%92.94%-
XYZ46.7767.3588.38-
YUV182.54157.0337.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.63%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=10.63%
G=44.97%
B=44.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562372340.7600.010.07179.0183.4157.45
Hex38EDEA4C017b35339
Octal7035535211401726312371
Binary1110001110110111101010100110001111101100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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