#38EDF1

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

Shades of Turquoise #38EDF1

Tints of Turquoise #38EDF1

Color information

#38EDF1 (or 0x38EDF1) is unknown color: approx Turquoise. HEX triplet: 38, ED and F1. RGB value is (56,237,241). Sum of RGB (Red+Green+Blue) = 56+237+241=534 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.49% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #38EDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EDF1 is #C7120E. Grayscale: #B7B7B7. Windows color (decimal): -13046287 or 15854904. OLE color: 15854904.

HSL color Cylindrical-coordinate representation of color #38EDF1: hue angle of 181.3º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EDF1 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56237241-
CMYK0.770.0200.05
HSL181.3º86.85%58.24%-
HSV(B)181.3º76.76%94.51%-
XYZ47.7967.7693.78-
YUV183.34160.5337.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.49%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=10.49%
G=44.38%
B=45.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562372410.770.0200.05181.386.8558.24
Hex38EDF14D205b5573a
Octal7035536111520526512772
Binary11100011101101111100011001101100101101101011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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