#38f2cc

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

Shades of Turquoise #38F2CC

Tints of Turquoise #38F2CC

Color information

#38F2CC (or 0x38F2CC) is unknown color: approx Turquoise. HEX triplet: 38, F2 and CC. RGB value is (56,242,204). Sum of RGB (Red+Green+Blue) = 56+242+204=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2CC is #C70D33. Grayscale: #B6B6B6. Windows color (decimal): -13045044 or 13431352. OLE color: 13431352.

HSL color Cylindrical-coordinate representation of color #38F2CC: hue angle of 167.74º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2CC is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB56242204-
CMYK0.7700.160.05
HSL167.74º87.74%58.43%-
HSV(B)167.74º76.86%94.9%-
XYZ44.2868.768.05-
YUV182.05140.3838.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.16%
GREEN value IS 242 (94.92% from 255) = 48.21%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=11.16%
G=48.21%
B=40.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal562422040.7700.160.05167.7487.7458.43
Hex38F2CC4D0105a8583a
Octal70362314115020525013072
Binary11100011110010110011001001101010000101101010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38f2cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,242,204); }

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

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

 a { background-color: rgb(56,242,204); }

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

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

 span { border-color: rgb(56,242,204); }

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