#38E0FA

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

Shades of Turquoise #38E0FA

Tints of Turquoise #38E0FA

Color information

#38E0FA (or 0x38E0FA) is unknown color: approx Turquoise. HEX triplet: 38, E0 and FA. RGB value is (56,224,250). Sum of RGB (Red+Green+Blue) = 56+224+250=530 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.57% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #38E0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E0FA is #C71F05. Grayscale: #B0B0B0. Windows color (decimal): -13049606 or 16441400. OLE color: 16441400.

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

Color convert

RGB56224250-
CMYK0.780.1000.02
HSL188.04º95.1%60%-
HSV(B)188.04º77.6%98.04%-
XYZ45.5461.0599.83-
YUV176.73169.3441.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal562242500.780.1000.02188.0495.160
Hex38E0FA4EA02bc5f3c
Octal70340372116120227413774
Binary111000111000001111101010011101010010101111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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