#38EAED

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

Shades of Turquoise #38EAED

Tints of Turquoise #38EAED

Color information

#38EAED (or 0x38EAED) is unknown color: approx Turquoise. HEX triplet: 38, EA and ED. RGB value is (56,234,237). Sum of RGB (Red+Green+Blue) = 56+234+237=527 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.63% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #38EAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38EAED is #C71512. Grayscale: #B4B4B4. Windows color (decimal): -13047059 or 15591992. OLE color: 15591992.

HSL color Cylindrical-coordinate representation of color #38EAED: hue angle of 180.99º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EAED is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56234237-
CMYK0.760.0100.07
HSL180.99º83.41%57.45%-
HSV(B)180.99º76.37%92.94%-
XYZ46.3465.890.38-
YUV181.12159.5338.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.63%
GREEN value IS 234 (91.80% from 255) = 44.40%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=10.63%
G=44.40%
B=44.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562342370.760.0100.07180.9983.4157.45
Hex38EAED4C107b55339
Octal7035235511410726512371
Binary1110001110101011101101100110010111101101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,234,237); }

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

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

 a { background-color: rgb(56,234,237); }

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

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

 span { border-color: rgb(56,234,237); }

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