#38DAE3

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

Shades of Turquoise #38DAE3

Tints of Turquoise #38DAE3

Color information

#38DAE3 (or 0x38DAE3) is unknown color: approx Turquoise. HEX triplet: 38, DA and E3. RGB value is (56,218,227). Sum of RGB (Red+Green+Blue) = 56+218+227=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #38DAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAE3 is #C7251C. Grayscale: #AAAAAA. Windows color (decimal): -13051165 or 14932536. OLE color: 14932536.

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

Color convert

RGB56218227-
CMYK0.750.0400.11
HSL183.16º75.33%55.49%-
HSV(B)183.16º75.33%89.02%-
XYZ40.5756.5381.45-
YUV170.59159.8346.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.18%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 227 (89.06% from 255) = 45.31%
R=11.18%
G=43.51%
B=45.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562182270.750.0400.11183.1675.3355.49
Hex38DAE34B40Bb74b37
Octal70332343113401326711367
Binary1110001101101011100011100101110001011101101111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,218,227); }

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

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

 a { background-color: rgb(56,218,227); }

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

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

 span { border-color: rgb(56,218,227); }

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