#38CAB8

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

Shades of Medium Turquoise #38CAB8

Tints of Medium Turquoise #38CAB8

Color information

#38CAB8 (or 0x38CAB8) is unknown color: approx Medium Turquoise. HEX triplet: 38, CA and B8. RGB value is (56,202,184). Sum of RGB (Red+Green+Blue) = 56+202+184=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #38CAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CAB8 is #C73547. Grayscale: #9C9C9C. Windows color (decimal): -13055304 or 12110392. OLE color: 12110392.

HSL color Cylindrical-coordinate representation of color #38CAB8: hue angle of 172.6º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CAB8 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB56202184-
CMYK0.7200.090.21
HSL172.6º57.94%50.59%-
HSV(B)172.6º72.28%79.22%-
XYZ31.446.5452.68-
YUV156.29143.6356.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.67%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 184 (72.27% from 255) = 41.63%
R=12.67%
G=45.70%
B=41.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562021840.7200.090.21172.657.9450.59
Hex38CAB8480915ad3a33
Octal70312270110011252557263
Binary11100011001010101110001001000010011010110101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,202,184); }

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

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

 a { background-color: rgb(56,202,184); }

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

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

 span { border-color: rgb(56,202,184); }

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