#38EBFB

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

Shades of Turquoise #38EBFB

Tints of Turquoise #38EBFB

Color information

#38EBFB (or 0x38EBFB) is unknown color: approx Turquoise. HEX triplet: 38, EB and FB. RGB value is (56,235,251). Sum of RGB (Red+Green+Blue) = 56+235+251=542 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.33% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #38EBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EBFB is #C71404. Grayscale: #B7B7B7. Windows color (decimal): -13046789 or 16509752. OLE color: 16509752.

HSL color Cylindrical-coordinate representation of color #38EBFB: hue angle of 184.92º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38EBFB is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB56235251-
CMYK0.780.0600.02
HSL184.92º96.06%60.2%-
HSV(B)184.92º77.69%98.43%-
XYZ48.7567.22101.67-
YUV183.3166.237.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.33%
GREEN value IS 235 (92.19% from 255) = 43.36%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=10.33%
G=43.36%
B=46.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562352510.780.0600.02184.9296.0660.2
Hex38EBFB4E602b9603c
Octal7035337311660227114074
Binary11100011101011111110111001110110010101110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,235,251); }

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

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

 a { background-color: rgb(56,235,251); }

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

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

 span { border-color: rgb(56,235,251); }

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