#38F8CA

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

Shades of Turquoise #38F8CA

Tints of Turquoise #38F8CA

Color information

#38F8CA (or 0x38F8CA) is unknown color: approx Turquoise. HEX triplet: 38, F8 and CA. RGB value is (56,248,202). Sum of RGB (Red+Green+Blue) = 56+248+202=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F8CA is #C70735. Grayscale: #B9B9B9. Windows color (decimal): -13043510 or 13301816. OLE color: 13301816.

HSL color Cylindrical-coordinate representation of color #38F8CA: hue angle of 165.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F8CA is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB56248202-
CMYK0.7700.190.03
HSL165.62º93.2%59.61%-
HSV(B)165.62º77.42%97.25%-
XYZ45.8672.2467.4-
YUV185.35137.3935.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.07%
GREEN value IS 248 (97.27% from 255) = 49.01%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=11.07%
G=49.01%
B=39.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562482020.7700.190.03165.6293.259.61
Hex38F8CA4D0133a65d3c
Octal70370312115023324613574
Binary1110001111100011001010100110101001111101001101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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