#38FAE0

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

Shades of Turquoise #38FAE0

Tints of Turquoise #38FAE0

Color information

#38FAE0 (or 0x38FAE0) is unknown color: approx Turquoise. HEX triplet: 38, FA and E0. RGB value is (56,250,224). Sum of RGB (Red+Green+Blue) = 56+250+224=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #38FAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FAE0 is #C7051F. Grayscale: #BCBCBC. Windows color (decimal): -13042976 or 14744120. OLE color: 14744120.

HSL color Cylindrical-coordinate representation of color #38FAE0: hue angle of 171.96º degrees, saturation: 0.95, 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 #38FAE0 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB56250224-
CMYK0.7800.100.02
HSL171.96º95.1%60%-
HSV(B)171.96º77.6%98.04%-
XYZ49.2774.5982.32-
YUV189.03147.7333.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.57%
GREEN value IS 250 (98.05% from 255) = 47.17%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=10.57%
G=47.17%
B=42.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562502240.7800.100.02171.9695.160
Hex38FAE04E0A2ac5f3c
Octal70372340116012225413774
Binary111000111110101110000010011100101010101011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,250,224); }

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

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

 a { background-color: rgb(56,250,224); }

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

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

 span { border-color: rgb(56,250,224); }

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