#38D7E0

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

Shades of Turquoise #38D7E0

Tints of Turquoise #38D7E0

Color information

#38D7E0 (or 0x38D7E0) is unknown color: approx Turquoise. HEX triplet: 38, D7 and E0. RGB value is (56,215,224). Sum of RGB (Red+Green+Blue) = 56+215+224=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #38D7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7E0 is #C7281F. Grayscale: #A8A8A8. Windows color (decimal): -13051936 or 14735160. OLE color: 14735160.

HSL color Cylindrical-coordinate representation of color #38D7E0: hue angle of 183.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D7E0 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB56215224-
CMYK0.750.0400.12
HSL183.21º73.04%54.9%-
HSV(B)183.21º75%87.84%-
XYZ39.3954.8279.03-
YUV168.48159.3247.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.31%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=11.31%
G=43.43%
B=45.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562152240.750.0400.12183.2173.0454.9
Hex38D7E04B40Cb74937
Octal70327340113401426711167
Binary1110001101011111100000100101110001100101101111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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