#38E5F2

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

Shades of Turquoise #38E5F2

Tints of Turquoise #38E5F2

Color information

#38E5F2 (or 0x38E5F2) is unknown color: approx Turquoise. HEX triplet: 38, E5 and F2. RGB value is (56,229,242). Sum of RGB (Red+Green+Blue) = 56+229+242=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #38E5F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E5F2 is #C71A0D. Grayscale: #B2B2B2. Windows color (decimal): -13048334 or 15918392. OLE color: 15918392.

HSL color Cylindrical-coordinate representation of color #38E5F2: hue angle of 184.19º degrees, saturation: 0.88, 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 #38E5F2 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56229242-
CMYK0.770.0500.05
HSL184.19º87.74%58.43%-
HSV(B)184.19º76.86%94.9%-
XYZ45.6863.2993.81-
YUV178.76163.6940.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.63%
GREEN value IS 229 (89.84% from 255) = 43.45%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=10.63%
G=43.45%
B=45.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562292420.770.0500.05184.1987.7458.43
Hex38E5F24D505b8583a
Octal7034536211550527013072
Binary111000111001011111001010011011010101101110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,229,242); }

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

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

 a { background-color: rgb(56,229,242); }

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

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

 span { border-color: rgb(56,229,242); }

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